#BBDFE9

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

Shades of Onahau #BBDFE9

Tints of Onahau #BBDFE9

Color information

#BBDFE9 (or 0xBBDFE9) is unknown color: approx Onahau. HEX triplet: BB, DF and E9. RGB value is (187,223,233). Sum of RGB (Red+Green+Blue) = 187+223+233=643 (85% of max value = 765). Red value is 187 (73.44% from 255 or 29.08% from 643); Green value is 223 (87.5% from 255 or 34.68% from 643); Blue value is 233 (91.41% from 255 or 36.24% from 643); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBDFE9 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBDFE9 is #442016. Grayscale: #D5D5D5. Windows color (decimal): -4464663 or 15327163. OLE color: 15327163.

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

Color convert

RGB187223233-
CMYK0.200.0400.09
HSL193.04º51.11%82.35%-
HSV(B)193.04º19.74%91.37%-
XYZ61.5969.2287.21-
YUV213.38139.07109.19-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.08%
GREEN value IS 223 (87.5% from 255) = 34.68%
BLUE value IS 233 (91.41% from 255) = 36.24%
R=29.08%
G=34.68%
B=36.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872232330.200.0400.09193.0451.1182.35
HexBBDFE914409c13352
Octal27333735124401130163122
Binary1011101111011111111010011010010001001110000011100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBDFE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBDFE9; }

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

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

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

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

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

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

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

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