#BBE2EB

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

Shades of Onahau #BBE2EB

Tints of Onahau #BBE2EB

Color information

#BBE2EB (or 0xBBE2EB) is unknown color: approx Onahau. HEX triplet: BB, E2 and EB. RGB value is (187,226,235). Sum of RGB (Red+Green+Blue) = 187+226+235=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 226 (88.67% from 255 or 34.88% from 648); Blue value is 235 (92.19% from 255 or 36.27% from 648); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE2EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2EB is #441D14. Grayscale: #D7D7D7. Windows color (decimal): -4463893 or 15459003. OLE color: 15459003.

HSL color Cylindrical-coordinate representation of color #BBE2EB: hue angle of 191.25º degrees, saturation: 0.55, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BBE2EB is Cyan = 0.20, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187226235-
CMYK0.200.0400.08
HSL191.25º54.55%82.75%-
HSV(B)191.25º20.43%92.16%-
XYZ62.6970.9688.99-
YUV215.36139.08107.77-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 226 (88.67% from 255) = 34.88%
BLUE value IS 235 (92.19% from 255) = 36.27%
R=28.86%
G=34.88%
B=36.27%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872262350.200.0400.08191.2554.5582.75
HexBBE2EB14408bf3753
Octal27334235324401027767123
Binary1011101111100010111010111010010001000101111111101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2EB; }

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

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

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

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

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

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

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

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