#BBDFEC

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

Shades of Onahau #BBDFEC

Tints of Onahau #BBDFEC

Color information

#BBDFEC (or 0xBBDFEC) is unknown color: approx Onahau. HEX triplet: BB, DF and EC. RGB value is (187,223,236). Sum of RGB (Red+Green+Blue) = 187+223+236=646 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.95% from 646); Green value is 223 (87.5% from 255 or 34.52% from 646); Blue value is 236 (92.58% from 255 or 36.53% from 646); Max value from RGB is 236 - color contains mainly: blue. Hex color #BBDFEC is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEC is #442013. Grayscale: #D5D5D5. Windows color (decimal): -4464660 or 15523771. OLE color: 15523771.

HSL color Cylindrical-coordinate representation of color #BBDFEC: hue angle of 195.92º degrees, saturation: 0.56, 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 #BBDFEC is Cyan = 0.21, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187223236-
CMYK0.210.0600.07
HSL195.92º56.32%82.94%-
HSV(B)195.92º20.76%92.55%-
XYZ62.0269.489.48-
YUV213.72140.57108.94-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.95%
GREEN value IS 223 (87.5% from 255) = 34.52%
BLUE value IS 236 (92.58% from 255) = 36.53%
R=28.95%
G=34.52%
B=36.53%

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
Decimal1872232360.210.0600.07195.9256.3282.94
HexBBDFEC15607c43853
Octal2733373542560730470123
Binary101110111101111111101100101011100111110001001110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFEC; }

 p { color: rgb(187,223,236); }

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

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

 a { background-color: rgb(187,223,236); }

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

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

 span { border-color: rgb(187,223,236); }

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