#BBDFEA

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

Shades of Onahau #BBDFEA

Tints of Onahau #BBDFEA

Color information

#BBDFEA (or 0xBBDFEA) is unknown color: approx Onahau. HEX triplet: BB, DF and EA. RGB value is (187,223,234). Sum of RGB (Red+Green+Blue) = 187+223+234=644 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.04% from 644); Green value is 223 (87.5% from 255 or 34.63% 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 #BBDFEA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFEA is #442015. Grayscale: #D5D5D5. Windows color (decimal): -4464662 or 15392699. OLE color: 15392699.

HSL color Cylindrical-coordinate representation of color #BBDFEA: hue angle of 194.04º degrees, saturation: 0.53, 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 #BBDFEA is Cyan = 0.20, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187223234-
CMYK0.200.0500.08
HSL194.04º52.81%82.55%-
HSV(B)194.04º20.09%91.76%-
XYZ61.7369.2887.96-
YUV213.49139.57109.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.04%
GREEN value IS 223 (87.5% from 255) = 34.63%
BLUE value IS 234 (91.80% from 255) = 36.34%
R=29.04%
G=34.63%
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
Decimal1872232340.200.0500.08194.0452.8182.55
HexBBDFEA14508c23553
Octal27333735224501030265123
Binary1011101111011111111010101010010101000110000101101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFEA; }

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

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

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

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

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

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

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

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