Html Css Color HEX #96A6AC Botticelli

📋 copy color: '#96A6AC'

red 150 ◦ green 166 ◦ blue 172

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

Shades of Botticelli #96A6AC

Tints of Botticelli #96A6AC

RGB

 RED value IS 150 (58.98% from 255) = 30.74%

 GREEN value IS 166 (65.23% from 255) = 34.02%

 BLUE value IS 172 (67.58% from 255) = 35.25%

R = 30.74%
G = 34.02%
B = 35.25%

CMYK

 C value IS 0.13

 M value IS 0.03

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#96A6AC (or 0x96A6AC) is known color: Botticelli. HEX triplet: 96, A6 and AC. RGB value is (150,166,172). Sum of RGB (Red+Green+Blue) = 150+166+172=488 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.74% from 488); Green value is 166 (65.23% from 255 or 34.02% from 488); Blue value is 172 (67.58% from 255 or 35.25% from 488); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A6AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6AC is #695953. Grayscale: #A1A1A1. Windows color (decimal): -6904148 or 11314838. OLE color: 11314838.

HSL color Cylindrical-coordinate representation of color #96A6AC: hue angle of 196.36º degrees, saturation: 0.12, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #96A6AC is Cyan = 0.13, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 166 172 -
CMYK 0.13 0.03 0 0.33
HSL 196.36º 0.12% 0.63% -
HSV(B) 196.36º 0.13% 0.67% -
XYZ 33.66 36.74 44.35 -
YUV 161.9 133.7 119.51 -
System Red Green Blue C M Y K H S L
Decimal 150 166 172 0.13 0.03 0 0.33 196.36 0.12 0.63
Hex 96 A6 AC D 3 0 21 C4 C 3F
Octal 226 246 254 15 3 0 41 304 14 77
Binary 10010110 10100110 10101100 1101 11 0 100001 11000100 1100 111111

Color Harmonies of #96A6AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A6AC

Black with #96A6AC

Text Example


Text Example

White with #96A6AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #96A6AC; }

 p { color: rgb(150,166,172); }

 H1.HeaderClassName
 {
   color: #96A6AC;
 }
 .AnyTagClassName
 {
   color: #96A6AC;
 }
</style>

background-color css

<style>
 a { background-color: #96A6AC; }

 a { background-color: rgb(150,166,172); }

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

border-color css

<style>
 span { border-color: #96A6AC; }

 span { border-color: rgb(150,166,172); }

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