#BBDFE8

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

Shades of Onahau #BBDFE8

Tints of Onahau #BBDFE8

Color information

#BBDFE8 (or 0xBBDFE8) is unknown color: approx Onahau. HEX triplet: BB, DF and E8. RGB value is (187,223,232). Sum of RGB (Red+Green+Blue) = 187+223+232=642 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.13% from 642); Green value is 223 (87.5% from 255 or 34.74% from 642); Blue value is 232 (91.02% from 255 or 36.14% from 642); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBDFE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE8 is #442017. Grayscale: #D5D5D5. Windows color (decimal): -4464664 or 15261627. OLE color: 15261627.

HSL color Cylindrical-coordinate representation of color #BBDFE8: hue angle of 192º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDFE8 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187223232-
CMYK0.190.0400.09
HSL192º49.45%82.16%-
HSV(B)192º19.4%90.98%-
XYZ61.4569.1786.46-
YUV213.26138.57109.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.13%
GREEN value IS 223 (87.5% from 255) = 34.74%
BLUE value IS 232 (91.02% from 255) = 36.14%
R=29.13%
G=34.74%
B=36.14%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872232320.190.0400.0919249.4582.16
HexBBDFE813409c03152
Octal27333735023401130061122
Binary1011101111011111111010001001110001001110000001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFE8; }

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

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

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

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

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

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

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

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