#BBE4EB

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

Shades of Onahau #BBE4EB

Tints of Onahau #BBE4EB

Color information

#BBE4EB (or 0xBBE4EB) is unknown color: approx Onahau. HEX triplet: BB, E4 and EB. RGB value is (187,228,235). Sum of RGB (Red+Green+Blue) = 187+228+235=650 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.77% from 650); Green value is 228 (89.45% from 255 or 35.08% from 650); Blue value is 235 (92.19% from 255 or 36.15% from 650); Max value from RGB is 235 - color contains mainly: blue. Hex color #BBE4EB is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE4EB is #441B14. Grayscale: #D8D8D8. Windows color (decimal): -4463381 or 15459515. OLE color: 15459515.

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

Color convert

RGB187228235-
CMYK0.200.0300.08
HSL188.75º54.55%82.75%-
HSV(B)188.75º20.43%92.16%-
XYZ63.2372.0589.17-
YUV216.54138.42106.93-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.77%
GREEN value IS 228 (89.45% from 255) = 35.08%
BLUE value IS 235 (92.19% from 255) = 36.15%
R=28.77%
G=35.08%
B=36.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1872282350.200.0300.08188.7554.5582.75
HexBBE4EB14308bd3753
Octal27334435324301027567123
Binary101110111110010011101011101001101000101111011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE4EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE4EB; }

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

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

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

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

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

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

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

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