#BBDDE6

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

Shades of Onahau #BBDDE6

Tints of Onahau #BBDDE6

Color information

#BBDDE6 (or 0xBBDDE6) is unknown color: approx Onahau. HEX triplet: BB, DD and E6. RGB value is (187,221,230). Sum of RGB (Red+Green+Blue) = 187+221+230=638 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.31% from 638); Green value is 221 (86.72% from 255 or 34.64% from 638); Blue value is 230 (90.23% from 255 or 36.05% from 638); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBDDE6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE6 is #442219. Grayscale: #D3D3D3. Windows color (decimal): -4465178 or 15130043. OLE color: 15130043.

HSL color Cylindrical-coordinate representation of color #BBDDE6: hue angle of 192.56º 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 #BBDDE6 is Cyan = 0.19, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB187221230-
CMYK0.190.0400.10
HSL192.56º46.24%81.76%-
HSV(B)192.56º18.7%90.2%-
XYZ60.6367.9984.79-
YUV211.86138.24110.27-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.31%
GREEN value IS 221 (86.72% from 255) = 34.64%
BLUE value IS 230 (90.23% from 255) = 36.05%
R=29.31%
G=34.64%
B=36.05%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872212300.190.0400.10192.5646.2481.76
HexBBDDE61340Ac12e52
Octal27333534623401230156122
Binary1011101111011101111001101001110001010110000011011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDE6; }

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

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

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

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

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

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

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

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