Html Css Color HEX #99ABAF Botticelli

📋 copy color: '#99ABAF'

red 153 ◦ green 171 ◦ blue 175

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

Shades of Botticelli #99ABAF

Tints of Botticelli #99ABAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 35.07%

R = 30.66%
G = 34.27%
B = 35.07%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#99ABAF (or 0x99ABAF) is known color: Botticelli. HEX triplet: 99, AB and AF. RGB value is (153,171,175). Sum of RGB (Red+Green+Blue) = 153+171+175=499 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.66% from 499); Green value is 171 (67.19% from 255 or 34.27% from 499); Blue value is 175 (68.75% from 255 or 35.07% from 499); Max value from RGB is 175 - color contains mainly: blue. Hex color #99ABAF is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ABAF is #665450. Grayscale: #A6A6A6. Windows color (decimal): -6706257 or 11512729. OLE color: 11512729.

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

Color convert

RGB 153 171 175 -
CMYK 0.13 0.02 0 0.31
HSL 190.91º 0.12% 0.64% -
HSV(B) 190.91º 0.13% 0.69% -
XYZ 35.44 38.99 46.22 -
YUV 166.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 153 171 175 0.13 0.02 0 0.31 190.91 0.12 0.64
Hex 99 AB AF D 2 0 1F BF C 40
Octal 231 253 257 15 2 0 37 277 14 100
Binary 10011001 10101011 10101111 1101 10 0 11111 10111111 1100 1000000

Color Harmonies of #99ABAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ABAF

Black with #99ABAF

Text Example


Text Example

White with #99ABAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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