#BCE2F6

Color #BCE2F6 Onahau (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Onahau #BCE2F6

Tints of Onahau #BCE2F6

Color information

#BCE2F6 (or 0xBCE2F6) is unknown color: approx Onahau. HEX triplet: BC, E2 and F6. RGB value is (188,226,246). Sum of RGB (Red+Green+Blue) = 188+226+246=660 (87% of max value = 765). Red value is 188 (73.83% from 255 or 28.48% from 660); Green value is 226 (88.67% from 255 or 34.24% from 660); Blue value is 246 (96.48% from 255 or 37.27% from 660); Max value from RGB is 246 - color contains mainly: blue. Hex color #BCE2F6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCE2F6 is #431D09. Grayscale: #D8D8D8. Windows color (decimal): -4398346 or 16179900. OLE color: 16179900.

HSL color Cylindrical-coordinate representation of color #BCE2F6: hue angle of 200.69º degrees, saturation: 0.76, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BCE2F6 is Cyan = 0.24, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB188226246-
CMYK0.240.0800.04
HSL200.69º76.32%85.1%-
HSV(B)200.69º23.58%96.47%-
XYZ64.5771.7497.63-
YUV216.92144.41107.37-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 188 (73.83% from 255) = 28.48%
GREEN value IS 226 (88.67% from 255) = 34.24%
BLUE value IS 246 (96.48% from 255) = 37.27%
R=28.48%
G=34.24%
B=37.27%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1882262460.240.0800.04200.6976.3285.1
HexBCE2F618804c94c55
Octal274342366301004311114125
Binary10111100111000101111011011000100001001100100110011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCE2F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCE2F6; }

 p { color: rgb(188,226,246); }

 H1.HeaderClassName
 {
   color: #BCE2F6;
 }
 .AnyTagClassName
 {
   color: #BCE2F6;
 }
</style>
background-color css

<style>
 a { background-color: #BCE2F6; }

 a { background-color: rgb(188,226,246); }

 div.DivClassName
 {
   background-color: #BCE2F6;
 }
 .BgClassName
 {
   background-color: #BCE2F6;
 }
</style>
border-color css

<style>
 span { border-color: #BCE2F6; }

 span { border-color: rgb(188,226,246); }

 td.TdClassName
 {
   border-color: #BCE2F6;
 }
 .TagClassName
 {
   border-color: #BCE2F6;
 }
</style>