#BBE6E9

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

Shades of Onahau #BBE6E9

Tints of Onahau #BBE6E9

Color information

#BBE6E9 (or 0xBBE6E9) is unknown color: approx Onahau. HEX triplet: BB, E6 and E9. RGB value is (187,230,233). Sum of RGB (Red+Green+Blue) = 187+230+233=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 230 (90.23% from 255 or 35.38% from 650); Blue value is 233 (91.41% from 255 or 35.85% from 650); Max value from RGB is 233 - color contains mainly: blue. Hex color #BBE6E9 is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #BBE6E9 is #441916. Grayscale: #D9D9D9. Windows color (decimal): -4462871 or 15328955. OLE color: 15328955.

HSL color Cylindrical-coordinate representation of color #BBE6E9: hue angle of 183.91º degrees, saturation: 0.51, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE6E9 is Cyan = 0.20, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187230233-
CMYK0.200.0100.09
HSL183.91º51.11%82.35%-
HSV(B)183.91º19.74%91.37%-
XYZ63.573.0487.84-
YUV217.48136.75106.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 230 (90.23% from 255) = 35.38%
BLUE value IS 233 (91.41% from 255) = 35.85%
R=28.77%
G=35.38%
B=35.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872302330.200.0100.09183.9151.1182.35
HexBBE6E914109b83352
Octal27334635124101127063122
Binary10111011111001101110100110100101001101110001100111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE6E9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE6E9; }

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

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

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

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

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

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

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

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