#BBE2EF

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

Shades of Onahau #BBE2EF

Tints of Onahau #BBE2EF

Color information

#BBE2EF (or 0xBBE2EF) is unknown color: approx Onahau. HEX triplet: BB, E2 and EF. RGB value is (187,226,239). Sum of RGB (Red+Green+Blue) = 187+226+239=652 (86% of max value = 765). Red value is 187 (73.44% from 255 or 28.68% from 652); Green value is 226 (88.67% from 255 or 34.66% from 652); Blue value is 239 (93.75% from 255 or 36.66% from 652); Max value from RGB is 239 - color contains mainly: blue. Hex color #BBE2EF is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE2EF is #441D10. Grayscale: #D7D7D7. Windows color (decimal): -4463889 or 15721147. OLE color: 15721147.

HSL color Cylindrical-coordinate representation of color #BBE2EF: hue angle of 195º degrees, saturation: 0.62, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BBE2EF is Cyan = 0.22, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB187226239-
CMYK0.220.0500.06
HSL195º61.9%83.53%-
HSV(B)195º21.76%93.73%-
XYZ63.2771.1992.07-
YUV215.82141.08107.44-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 28.68%
GREEN value IS 226 (88.67% from 255) = 34.66%
BLUE value IS 239 (93.75% from 255) = 36.66%
R=28.68%
G=34.66%
B=36.66%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1872262390.220.0500.0619561.983.53
HexBBE2EF16506c33e54
Octal2733423572650630376124
Binary101110111110001011101111101101010110110000111111101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE2EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE2EF; }

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

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

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

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

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

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

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

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