#BBEEF5

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

Shades of Onahau #BBEEF5

Tints of Onahau #BBEEF5

Color information

#BBEEF5 (or 0xBBEEF5) is unknown color: approx Onahau. HEX triplet: BB, EE and F5. RGB value is (187,238,245). Sum of RGB (Red+Green+Blue) = 187+238+245=670 (88% of max value = 765). Red value is 187 (73.44% from 255 or 27.91% from 670); Green value is 238 (93.36% from 255 or 35.52% from 670); Blue value is 245 (96.09% from 255 or 36.57% from 670); Max value from RGB is 245 - color contains mainly: blue. Hex color #BBEEF5 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBEEF5 is #44110A. Grayscale: #DFDFDF. Windows color (decimal): -4460811 or 16117435. OLE color: 16117435.

HSL color Cylindrical-coordinate representation of color #BBEEF5: hue angle of 187.24º degrees, saturation: 0.74, lightness: 0.85%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BBEEF5 is Cyan = 0.24, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187238245-
CMYK0.240.0300.04
HSL187.24º74.36%84.71%-
HSV(B)187.24º23.67%96.08%-
XYZ67.5578.3197.94-
YUV223.55140.1101.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 27.91%
GREEN value IS 238 (93.36% from 255) = 35.52%
BLUE value IS 245 (96.09% from 255) = 36.57%
R=27.91%
G=35.52%
B=36.57%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1872382450.240.0300.04187.2474.3684.71
HexBBEEF518304bb4a55
Octal27335636530304273112125
Binary101110111110111011110101110001101001011101110010101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBEEF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBEEF5; }

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

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

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

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

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

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

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

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