#bbeef9

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

Shades of Onahau #BBEEF9

Tints of Onahau #BBEEF9

Color information

#BBEEF9 (or 0xBBEEF9) is unknown color: approx Onahau. HEX triplet: BB, EE and F9. RGB value is (187,238,249). Sum of RGB (Red+Green+Blue) = 187+238+249=674 (89% of max value = 765). Red value is 187 (73.44% from 255 or 27.74% from 674); Green value is 238 (93.36% from 255 or 35.31% from 674); Blue value is 249 (97.66% from 255 or 36.94% from 674); Max value from RGB is 249 - color contains mainly: blue. Hex color #BBEEF9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF9 is #441106. Grayscale: #DFDFDF. Windows color (decimal): -4460807 or 16379579. OLE color: 16379579.

HSL color Cylindrical-coordinate representation of color #BBEEF9: hue angle of 190.65º degrees, saturation: 0.84, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BBEEF9 is Cyan = 0.25, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187238249-
CMYK0.250.0400.02
HSL190.65º83.78%85.49%-
HSV(B)190.65º24.9%97.65%-
XYZ68.1778.55101.19-
YUV224142.1101.61-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.74%
GREEN value IS 238 (93.36% from 255) = 35.31%
BLUE value IS 249 (97.66% from 255) = 36.94%
R=27.74%
G=35.31%
B=36.94%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1872382490.250.0400.02190.6583.7885.49
HexBBEEF919402bf5455
Octal27335637131402277124125
Binary101110111110111011111001110011000101011111110101001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #bbeef9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #bbeef9; }

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

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

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

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

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

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

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

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