#BBDEEE

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

Shades of Onahau #BBDEEE

Tints of Onahau #BBDEEE

Color information

#BBDEEE (or 0xBBDEEE) is unknown color: approx Onahau. HEX triplet: BB, DE and EE. RGB value is (187,222,238). Sum of RGB (Red+Green+Blue) = 187+222+238=647 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.90% from 647); Green value is 222 (87.11% from 255 or 34.31% from 647); Blue value is 238 (93.36% from 255 or 36.79% from 647); Max value from RGB is 238 - color contains mainly: blue. Hex color #BBDEEE is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDEEE is #442111. Grayscale: #D5D5D5. Windows color (decimal): -4464914 or 15654587. OLE color: 15654587.

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

Color convert

RGB187222238-
CMYK0.210.0700.07
HSL198.82º60%83.33%-
HSV(B)198.82º21.43%93.33%-
XYZ62.0568.9890.93-
YUV213.36141.9109.2-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.90%
GREEN value IS 222 (87.11% from 255) = 34.31%
BLUE value IS 238 (93.36% from 255) = 36.79%
R=28.90%
G=34.31%
B=36.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872222380.210.0700.07198.826083.33
HexBBDEEE15707c73c53
Octal2733363562570730774123
Binary101110111101111011101110101011110111110001111111001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDEEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDEEE; }

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

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

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

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

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

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

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

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