Html Css Color HEX #99ADB5 Botticelli

📋 copy color: '#99ADB5'

red 153 ◦ green 173 ◦ blue 181

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

Shades of Botticelli #99ADB5

Tints of Botticelli #99ADB5

RGB

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

 GREEN value IS 173 (67.97% from 255) = 34.12%

 BLUE value IS 181 (71.09% from 255) = 35.7%

R = 30.18%
G = 34.12%
B = 35.7%

CMYK

 C value IS 0.15

 M value IS 0.04

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#99ADB5 (or 0x99ADB5) is known color: Botticelli. HEX triplet: 99, AD and B5. RGB value is (153,173,181). Sum of RGB (Red+Green+Blue) = 153+173+181=507 (67% of max value = 765). Red value is 153 (60.16% from 255 or 30.18% from 507); Green value is 173 (67.97% from 255 or 34.12% from 507); Blue value is 181 (71.09% from 255 or 35.70% from 507); Max value from RGB is 181 - color contains mainly: blue. Hex color #99ADB5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #99ADB5 is #66524A. Grayscale: #A7A7A7. Windows color (decimal): -6705739 or 11906457. OLE color: 11906457.

HSL color Cylindrical-coordinate representation of color #99ADB5: hue angle of 197.14º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #99ADB5 is Cyan = 0.15, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 153 173 181 -
CMYK 0.15 0.04 0 0.29
HSL 197.14º 0.16% 0.65% -
HSV(B) 197.14º 0.15% 0.71% -
XYZ 36.42 40 49.52 -
YUV 167.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 153 173 181 0.15 0.04 0 0.29 197.14 0.16 0.65
Hex 99 AD B5 F 4 0 1D C5 10 41
Octal 231 255 265 17 4 0 35 305 20 101
Binary 10011001 10101101 10110101 1111 100 0 11101 11000101 10000 1000001

Color Harmonies of #99ADB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADB5

Black with #99ADB5

Text Example


Text Example

White with #99ADB5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,173,181); }

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

background-color css

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

 a { background-color: rgb(153,173,181); }

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

border-color css

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

 span { border-color: rgb(153,173,181); }

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