Html Css Color HEX #96A8AC Botticelli

📋 copy color: '#96A8AC'

red 150 ◦ green 168 ◦ blue 172

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

Shades of Botticelli #96A8AC

Tints of Botticelli #96A8AC

RGB

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

 GREEN value IS 168 (66.02% from 255) = 34.29%

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

R = 30.61%
G = 34.29%
B = 35.1%

CMYK

 C value IS 0.13

 M value IS 0.02

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#96A8AC (or 0x96A8AC) is known color: Botticelli. HEX triplet: 96, A8 and AC. RGB value is (150,168,172). Sum of RGB (Red+Green+Blue) = 150+168+172=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 168 (66.02% from 255 or 34.29% from 490); Blue value is 172 (67.58% from 255 or 35.10% from 490); Max value from RGB is 172 - color contains mainly: blue. Hex color #96A8AC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A8AC is #695753. Grayscale: #A3A3A3. Windows color (decimal): -6903636 or 11315350. OLE color: 11315350.

HSL color Cylindrical-coordinate representation of color #96A8AC: hue angle of 190.91º 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 #96A8AC is Cyan = 0.13, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 150 168 172 -
CMYK 0.13 0.02 0 0.33
HSL 190.91º 0.12% 0.63% -
HSV(B) 190.91º 0.13% 0.67% -
XYZ 34.03 37.47 44.47 -
YUV 163.07 133.04 118.67 -
System Red Green Blue C M Y K H S L
Decimal 150 168 172 0.13 0.02 0 0.33 190.91 0.12 0.63
Hex 96 A8 AC D 2 0 21 BF C 3F
Octal 226 250 254 15 2 0 41 277 14 77
Binary 10010110 10101000 10101100 1101 10 0 100001 10111111 1100 111111

Color Harmonies of #96A8AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A8AC

Black with #96A8AC

Text Example


Text Example

White with #96A8AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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