#BBE9ED

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

Shades of Onahau #BBE9ED

Tints of Onahau #BBE9ED

Color information

#BBE9ED (or 0xBBE9ED) is unknown color: approx Onahau. HEX triplet: BB, E9 and ED. RGB value is (187,233,237). Sum of RGB (Red+Green+Blue) = 187+233+237=657 (87% of max value = 765). Red value is 187 (73.44% from 255 or 28.46% from 657); Green value is 233 (91.41% from 255 or 35.46% from 657); Blue value is 237 (92.97% from 255 or 36.07% from 657); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE9ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE9ED is #441612. Grayscale: #DBDBDB. Windows color (decimal): -4462099 or 15591867. OLE color: 15591867.

HSL color Cylindrical-coordinate representation of color #BBE9ED: hue angle of 184.8º degrees, saturation: 0.58, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BBE9ED is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187233237-
CMYK0.210.0200.07
HSL184.8º58.14%83.14%-
HSV(B)184.8º21.1%92.94%-
XYZ64.9274.9691.17-
YUV219.7137.76104.67-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.46%
GREEN value IS 233 (91.41% from 255) = 35.46%
BLUE value IS 237 (92.97% from 255) = 36.07%
R=28.46%
G=35.46%
B=36.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872332370.210.0200.07184.858.1483.14
HexBBE9ED15207b93a53
Octal2733513552520727172123
Binary10111011111010011110110110101100111101110011110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE9ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE9ED; }

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

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

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

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

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

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

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

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