#BBE9EB

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

Shades of Onahau #BBE9EB

Tints of Onahau #BBE9EB

Color information

#BBE9EB (or 0xBBE9EB) is unknown color: approx Onahau. HEX triplet: BB, E9 and EB. RGB value is (187,233,235). Sum of RGB (Red+Green+Blue) = 187+233+235=655 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.55% from 655); Green value is 233 (91.41% from 255 or 35.57% from 655); Blue value is 235 (92.19% from 255 or 35.88% from 655); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE9EB is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9EB is #441614. Grayscale: #DBDBDB. Windows color (decimal): -4462101 or 15460795. OLE color: 15460795.

HSL color Cylindrical-coordinate representation of color #BBE9EB: hue angle of 182.5º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE9EB is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187233235-
CMYK0.200.0100.08
HSL182.5º54.55%82.75%-
HSV(B)182.5º20.43%92.16%-
XYZ64.6374.8489.64-
YUV219.47136.76104.84-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.55%
GREEN value IS 233 (91.41% from 255) = 35.57%
BLUE value IS 235 (92.19% from 255) = 35.88%
R=28.55%
G=35.57%
B=35.88%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872332350.200.0100.08182.554.5582.75
HexBBE9EB14108b63753
Octal27335135324101026667123
Binary10111011111010011110101110100101000101101101101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9EB; }

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

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

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

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

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

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

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

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