#BCDEED

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

Shades of Onahau #BCDEED

Tints of Onahau #BCDEED

Color information

#BCDEED (or 0xBCDEED) is unknown color: approx Onahau. HEX triplet: BC, DE and ED. RGB value is (188,222,237). Sum of RGB (Red+Green+Blue) = 188+222+237=647 (85% of max value = 765). Red value is 188 (73.83% from 255 or 29.06% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 237 (92.97% from 255 or 36.63% from 647); Max value from RGB is 237 - color contains mainly: blue. Hex color #BCDEED is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BCDEED is #432112. Grayscale: #D5D5D5. Windows color (decimal): -4399379 or 15589052. OLE color: 15589052.

HSL color Cylindrical-coordinate representation of color #BCDEED: hue angle of 198.37º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCDEED is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188222237-
CMYK0.210.0600.07
HSL198.37º57.65%83.33%-
HSV(B)198.37º20.68%92.94%-
XYZ62.1569.0590.17-
YUV213.54141.24109.78-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 29.06%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 237 (92.97% from 255) = 36.63%
R=29.06%
G=34.31%
B=36.63%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1882222370.210.0600.07198.3757.6583.33
HexBCDEED15607c63a53
Octal2743363552560730672123
Binary101111001101111011101101101011100111110001101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCDEED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCDEED; }

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

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

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

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

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

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

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

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