#BCDEEA

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

Shades of Onahau #BCDEEA

Tints of Onahau #BCDEEA

Color information

#BCDEEA (or 0xBCDEEA) is unknown color: approx Onahau. HEX triplet: BC, DE and EA. RGB value is (188,222,234). Sum of RGB (Red+Green+Blue) = 188+222+234=644 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.19% from 644); Green value is 222 (87.11% from 255 or 34.47% from 644); Blue value is 234 (91.80% from 255 or 36.34% from 644); Max value from RGB is 234 - color contains mainly: blue. Hex color #BCDEEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEEA is #432115. Grayscale: #D5D5D5. Windows color (decimal): -4399382 or 15392444. OLE color: 15392444.

HSL color Cylindrical-coordinate representation of color #BCDEEA: hue angle of 195.65º degrees, saturation: 0.52, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCDEEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB188222234-
CMYK0.200.0500.08
HSL195.65º52.27%82.75%-
HSV(B)195.65º19.66%91.76%-
XYZ61.7168.8787.88-
YUV213.2139.74110.02-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.19%
GREEN value IS 222 (87.11% from 255) = 34.47%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=29.19%
G=34.47%
B=36.34%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1882222340.200.0500.08195.6552.2782.75
HexBCDEEA14508c43453
Octal27433635224501030464123
Binary1011110011011110111010101010010101000110001001101001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEEA; }

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

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

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

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

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

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

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

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