#BBE8ED

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

Shades of Onahau #BBE8ED

Tints of Onahau #BBE8ED

Color information

#BBE8ED (or 0xBBE8ED) is unknown color: approx Onahau. HEX triplet: BB, E8 and ED. RGB value is (187,232,237). Sum of RGB (Red+Green+Blue) = 187+232+237=656 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.51% from 656); Green value is 232 (91.02% from 255 or 35.37% from 656); Blue value is 237 (92.97% from 255 or 36.13% from 656); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE8ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE8ED is #441712. Grayscale: #DBDBDB. Windows color (decimal): -4462355 or 15591611. OLE color: 15591611.

HSL color Cylindrical-coordinate representation of color #BBE8ED: hue angle of 186º 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 #BBE8ED is Cyan = 0.21, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB187232237-
CMYK0.210.0200.07
HSL186º58.14%83.14%-
HSV(B)186º21.1%92.94%-
XYZ64.6474.3991.07-
YUV219.11138.09105.09-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.51%
GREEN value IS 232 (91.02% from 255) = 35.37%
BLUE value IS 237 (92.97% from 255) = 36.13%
R=28.51%
G=35.37%
B=36.13%

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
Decimal1872322370.210.0200.0718658.1483.14
HexBBE8ED15207ba3a53
Octal2733503552520727272123
Binary10111011111010001110110110101100111101110101110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE8ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE8ED; }

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

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

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

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

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

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

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

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