#BBE0E6

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

Shades of Onahau #BBE0E6

Tints of Onahau #BBE0E6

Color information

#BBE0E6 (or 0xBBE0E6) is unknown color: approx Onahau. HEX triplet: BB, E0 and E6. RGB value is (187,224,230). Sum of RGB (Red+Green+Blue) = 187+224+230=641 (84% of max value = 765). Red value is 187 (73.44% from 255 or 29.17% from 641); Green value is 224 (87.89% from 255 or 34.95% from 641); Blue value is 230 (90.23% from 255 or 35.88% from 641); Max value from RGB is 230 - color contains mainly: blue. Hex color #BBE0E6 is not a web safe color. Web safe color analog (approx): #CCCCFF. Inversed color of #BBE0E6 is #441F19. Grayscale: #D5D5D5. Windows color (decimal): -4464410 or 15130811. OLE color: 15130811.

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

Color convert

RGB187224230-
CMYK0.190.0300.10
HSL188.37º46.24%81.76%-
HSV(B)188.37º18.7%90.2%-
XYZ61.4369.5985.06-
YUV213.62137.24109.01-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 29.17%
GREEN value IS 224 (87.89% from 255) = 34.95%
BLUE value IS 230 (90.23% from 255) = 35.88%
R=29.17%
G=34.95%
B=35.88%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1872242300.190.0300.10188.3746.2481.76
HexBBE0E61330Abc2e52
Octal27334034623301227456122
Binary101110111110000011100110100111101010101111001011101010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BBE0E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BBE0E6; }

 p { color: rgb(187,224,230); }

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

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

 a { background-color: rgb(187,224,230); }

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

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

 span { border-color: rgb(187,224,230); }

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