#BCDEE6

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

Shades of Onahau #BCDEE6

Tints of Onahau #BCDEE6

Color information

#BCDEE6 (or 0xBCDEE6) is unknown color: approx Onahau. HEX triplet: BC, DE and E6. RGB value is (188,222,230). Sum of RGB (Red+Green+Blue) = 188+222+230=640 (84% of max value = 765). Red value is 188 (73.83% from 255 or 29.38% from 640); Green value is 222 (87.11% from 255 or 34.69% from 640); Blue value is 230 (90.23% from 255 or 35.94% from 640); Max value from RGB is 230 - color contains mainly: blue. Hex color #BCDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEE6 is #432119. Grayscale: #D4D4D4. Windows color (decimal): -4399386 or 15130300. OLE color: 15130300.

HSL color Cylindrical-coordinate representation of color #BCDEE6: hue angle of 191.43º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #BCDEE6 is Cyan = 0.18, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188222230-
CMYK0.180.0300.10
HSL191.43º45.65%81.96%-
HSV(B)191.43º18.26%90.2%-
XYZ61.1468.6584.89-
YUV212.75137.74110.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.38%
GREEN value IS 222 (87.11% from 255) = 34.69%
BLUE value IS 230 (90.23% from 255) = 35.94%
R=29.38%
G=34.69%
B=35.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1882222300.180.0300.10191.4345.6581.96
HexBCDEE61230Abf2e52
Octal27433634622301227756122
Binary101111001101111011100110100101101010101111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEE6; }

 p { color: rgb(188,222,230); }

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

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

 a { background-color: rgb(188,222,230); }

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

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

 span { border-color: rgb(188,222,230); }

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