#99B6BA

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

Shades of Botticelli #99B6BA

Tints of Botticelli #99B6BA

Color information

#99B6BA (or 0x99B6BA) is unknown color: approx Botticelli. HEX triplet: 99, B6 and BA. RGB value is (153,182,186). Sum of RGB (Red+Green+Blue) = 153+182+186=521 (69% of max value = 765). Red value is 153 (60.16% from 255 or 29.37% from 521); Green value is 182 (71.48% from 255 or 34.93% from 521); Blue value is 186 (73.05% from 255 or 35.70% from 521); Max value from RGB is 186 - color contains mainly: blue. Hex color #99B6BA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #99B6BA is #664945. Grayscale: #ADADAD. Windows color (decimal): -6703430 or 12236441. OLE color: 12236441.

HSL color Cylindrical-coordinate representation of color #99B6BA: hue angle of 187.27º degrees, saturation: 0.19, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #99B6BA is Cyan = 0.18, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB153182186-
CMYK0.180.0200.27
HSL187.27º19.3%66.47%-
HSV(B)187.27º17.74%72.94%-
XYZ38.7343.7752.86-
YUV173.78134.89113.17-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 29.37%
GREEN value IS 182 (71.48% from 255) = 34.93%
BLUE value IS 186 (73.05% from 255) = 35.70%
R=29.37%
G=34.93%
B=35.70%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1531821860.180.0200.27187.2719.366.47
Hex99B6BA12201Bbb1342
Octal23126627222203327323102
Binary100110011011011010111010100101001101110111011100111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #99B6BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #99B6BA; }

 p { color: rgb(153,182,186); }

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

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

 a { background-color: rgb(153,182,186); }

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

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

 span { border-color: rgb(153,182,186); }

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