#BBE3EA

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

Shades of Onahau #BBE3EA

Tints of Onahau #BBE3EA

Color information

#BBE3EA (or 0xBBE3EA) is unknown color: approx Onahau. HEX triplet: BB, E3 and EA. RGB value is (187,227,234). Sum of RGB (Red+Green+Blue) = 187+227+234=648 (85% of max value = 765). Red value is 187 (73.44% from 255 or 28.86% from 648); Green value is 227 (89.06% from 255 or 35.03% from 648); Blue value is 234 (91.80% from 255 or 36.11% from 648); Max value from RGB is 234 - color contains mainly: blue. Hex color #BBE3EA is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE3EA is #441C15. Grayscale: #D7D7D7. Windows color (decimal): -4463638 or 15393723. OLE color: 15393723.

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

Color convert

RGB187227234-
CMYK0.200.0300.08
HSL188.94º52.81%82.55%-
HSV(B)188.94º20.09%91.76%-
XYZ62.8171.4488.32-
YUV215.84138.25107.43-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.86%
GREEN value IS 227 (89.06% from 255) = 35.03%
BLUE value IS 234 (91.80% from 255) = 36.11%
R=28.86%
G=35.03%
B=36.11%

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
Decimal1872272340.200.0300.08188.9452.8182.55
HexBBE3EA14308bd3553
Octal27334335224301027565123
Binary101110111110001111101010101001101000101111011101011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE3EA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE3EA; }

 p { color: rgb(187,227,234); }

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

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

 a { background-color: rgb(187,227,234); }

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

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

 span { border-color: rgb(187,227,234); }

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