Html Css Color HEX #99ABB0 Botticelli

📋 copy color: '#99ABB0'

red 153 ◦ green 171 ◦ blue 176

#99ABB0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Botticelli #99ABB0

Tints of Botticelli #99ABB0

RGB

 RED value IS 153 (60.16% from 255) = 30.6%

 GREEN value IS 171 (67.19% from 255) = 34.2%

 BLUE value IS 176 (69.14% from 255) = 35.2%

R = 30.6%
G = 34.2%
B = 35.2%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#99ABB0 (or 0x99ABB0) is known color: Botticelli. HEX triplet: 99, AB and B0. RGB value is (153,171,176). Sum of RGB (Red+Green+Blue) = 153+171+176=500 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.6% from 500); Green value is 171 (67.19% from 255 or 34.2% from 500); Blue value is 176 (69.14% from 255 or 35.2% from 500); Max value from RGB is 176 - color contains mainly: blue. Hex color #99ABB0 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABB0 is #66544F. Grayscale: #A6A6A6. Windows color (decimal): -6706256 or 11578265. OLE color: 11578265.

HSL color Cylindrical-coordinate representation of color #99ABB0: hue angle of 193.04º degrees, saturation: 0.13, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #99ABB0 is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 153 171 176 -
CMYK 0.13 0.03 0 0.31
HSL 193.04º 0.13% 0.65% -
HSV(B) 193.04º 0.13% 0.69% -
XYZ 35.54 39.03 46.74 -
YUV 166.19 133.54 118.59 -
System Red Green Blue C M Y K H S L
Decimal 153 171 176 0.13 0.03 0 0.31 193.04 0.13 0.65
Hex 99 AB B0 D 3 0 1F C1 D 41
Octal 231 253 260 15 3 0 37 301 15 101
Binary 10011001 10101011 10110000 1101 11 0 11111 11000001 1101 1000001

Color Harmonies of #99ABB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABB0

Black with #99ABB0

Text Example


Text Example

White with #99ABB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,171,176); }

 H1.HeaderClassName
 {
   color: #99ABB0;
 }
 .AnyTagClassName
 {
   color: #99ABB0;
 }
</style>

background-color css

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

 a { background-color: rgb(153,171,176); }

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

border-color css

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

 span { border-color: rgb(153,171,176); }

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