#BBDEE6

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

Shades of Onahau #BBDEE6

Tints of Onahau #BBDEE6

Color information

#BBDEE6 (or 0xBBDEE6) is unknown color: approx Onahau. HEX triplet: BB, DE and E6. RGB value is (187,222,230). Sum of RGB (Red+Green+Blue) = 187+222+230=639 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.26% from 639); Green value is 222 (87.11% from 255 or 34.74% from 639); Blue value is 230 (90.23% from 255 or 35.99% from 639); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDEE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEE6 is #442119. Grayscale: #D4D4D4. Windows color (decimal): -4464922 or 15130299. OLE color: 15130299.

HSL color Cylindrical-coordinate representation of color #BBDEE6: hue angle of 191.16º degrees, saturation: 0.46, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBDEE6 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187222230-
CMYK0.190.0300.10
HSL191.16º46.24%81.76%-
HSV(B)191.16º18.7%90.2%-
XYZ60.968.5284.88-
YUV212.45137.9109.85-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.26%
GREEN value IS 222 (87.11% from 255) = 34.74%
BLUE value IS 230 (90.23% from 255) = 35.99%
R=29.26%
G=34.74%
B=35.99%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872222300.190.0300.10191.1646.2481.76
HexBBDEE61330Abf2e52
Octal27333634623301227756122
Binary101110111101111011100110100111101010101111111011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEE6; }

 p { color: rgb(187,222,230); }

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

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

 a { background-color: rgb(187,222,230); }

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

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

 span { border-color: rgb(187,222,230); }

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