#BBDDE8

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

Shades of Onahau #BBDDE8

Tints of Onahau #BBDDE8

Color information

#BBDDE8 (or 0xBBDDE8) is unknown color: approx Onahau. HEX triplet: BB, DD and E8. RGB value is (187,221,232). Sum of RGB (Red+Green+Blue) = 187+221+232=640 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.22% from 640); Green value is 221 (86.72% from 255 or 34.53% from 640); Blue value is 232 (91.02% from 255 or 36.25% from 640); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBDDE8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDDE8 is #442217. Grayscale: #D4D4D4. Windows color (decimal): -4465176 or 15261115. OLE color: 15261115.

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

Color convert

RGB187221232-
CMYK0.190.0500.09
HSL194.67º49.45%82.16%-
HSV(B)194.67º19.4%90.98%-
XYZ60.9268.186.28-
YUV212.09139.24110.11-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.22%
GREEN value IS 221 (86.72% from 255) = 34.53%
BLUE value IS 232 (91.02% from 255) = 36.25%
R=29.22%
G=34.53%
B=36.25%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872212320.190.0500.09194.6749.4582.16
HexBBDDE813509c33152
Octal27333535023501130361122
Binary1011101111011101111010001001110101001110000111100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDDE8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDDE8; }

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

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

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

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

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

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

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

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