#BBE2E8

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

Shades of Onahau #BBE2E8

Tints of Onahau #BBE2E8

Color information

#BBE2E8 (or 0xBBE2E8) is unknown color: approx Onahau. HEX triplet: BB, E2 and E8. RGB value is (187,226,232). Sum of RGB (Red+Green+Blue) = 187+226+232=645 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.99% from 645); Green value is 226 (88.67% from 255 or 35.04% from 645); Blue value is 232 (91.02% from 255 or 35.97% from 645); Max value from RGB is 232 - color contains mainly: blue. Hex color #BBE2E8 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2E8 is #441D17. Grayscale: #D6D6D6. Windows color (decimal): -4463896 or 15262395. OLE color: 15262395.

HSL color Cylindrical-coordinate representation of color #BBE2E8: hue angle of 188º degrees, saturation: 0.49, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BBE2E8 is Cyan = 0.19, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB187226232-
CMYK0.190.0300.09
HSL188º49.45%82.16%-
HSV(B)188º19.4%90.98%-
XYZ62.2670.7886.73-
YUV215.02137.58108.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.99%
GREEN value IS 226 (88.67% from 255) = 35.04%
BLUE value IS 232 (91.02% from 255) = 35.97%
R=28.99%
G=35.04%
B=35.97%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1872262320.190.0300.0918849.4582.16
HexBBE2E813309bc3152
Octal27334235023301127461122
Binary101110111110001011101000100111101001101111001100011010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2E8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2E8; }

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

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

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

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

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

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

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

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