#BBE6ED

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

Shades of Onahau #BBE6ED

Tints of Onahau #BBE6ED

Color information

#BBE6ED (or 0xBBE6ED) is unknown color: approx Onahau. HEX triplet: BB, E6 and ED. RGB value is (187,230,237). Sum of RGB (Red+Green+Blue) = 187+230+237=654 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.59% from 654); Green value is 230 (90.23% from 255 or 35.17% from 654); Blue value is 237 (92.97% from 255 or 36.24% from 654); Max value from RGB is 237 - color contains mainly: blue. Hex color #BBE6ED is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6ED is #441912. Grayscale: #D9D9D9. Windows color (decimal): -4462867 or 15591099. OLE color: 15591099.

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

Color convert

RGB187230237-
CMYK0.210.0300.07
HSL188.4º58.14%83.14%-
HSV(B)188.4º21.1%92.94%-
XYZ64.0873.2790.89-
YUV217.94138.75105.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.59%
GREEN value IS 230 (90.23% from 255) = 35.17%
BLUE value IS 237 (92.97% from 255) = 36.24%
R=28.59%
G=35.17%
B=36.24%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1872302370.210.0300.07188.458.1483.14
HexBBE6ED15307bc3a53
Octal2733463552530727472123
Binary10111011111001101110110110101110111101111001110101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6ED; }

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

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

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

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

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

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

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

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