Html Css Color HEX #99ADB2 Botticelli

📋 copy color: '#99ADB2'

red 153 ◦ green 173 ◦ blue 178

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

Shades of Botticelli #99ADB2

Tints of Botticelli #99ADB2

RGB

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

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

 BLUE value IS 178 (69.92% from 255) = 35.32%

R = 30.36%
G = 34.33%
B = 35.32%

CMYK

 C value IS 0.14

 M value IS 0.03

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#99ADB2 (or 0x99ADB2) is known color: Botticelli. HEX triplet: 99, AD and B2. RGB value is (153,173,178). Sum of RGB (Red+Green+Blue) = 153+173+178=504 (66% of max value = 765). Red value is 153 (60.16% from 255 or 30.36% from 504); Green value is 173 (67.97% from 255 or 34.33% from 504); Blue value is 178 (69.92% from 255 or 35.32% from 504); Max value from RGB is 178 - color contains mainly: blue. Hex color #99ADB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #99ADB2 is #66524D. Grayscale: #A7A7A7. Windows color (decimal): -6705742 or 11709849. OLE color: 11709849.

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

Color convert

RGB 153 173 178 -
CMYK 0.14 0.03 0 0.30
HSL 192º 0.14% 0.65% -
HSV(B) 192º 0.14% 0.7% -
XYZ 36.12 39.87 47.91 -
YUV 167.59 133.87 117.59 -
System Red Green Blue C M Y K H S L
Decimal 153 173 178 0.14 0.03 0 0.30 192 0.14 0.65
Hex 99 AD B2 E 3 0 1E C0 E 41
Octal 231 255 262 16 3 0 36 300 16 101
Binary 10011001 10101101 10110010 1110 11 0 11110 11000000 1110 1000001

Color Harmonies of #99ADB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #99ADB2

Black with #99ADB2

Text Example


Text Example

White with #99ADB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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