Html Css Color HEX #96A6AE Botticelli

📋 copy color: '#96A6AE'

red 150 ◦ green 166 ◦ blue 174

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

Shades of Botticelli #96A6AE

Tints of Botticelli #96A6AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 35.51%

R = 30.61%
G = 33.88%
B = 35.51%

CMYK

 C value IS 0.14

 M value IS 0.05

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#96A6AE (or 0x96A6AE) is known color: Botticelli. HEX triplet: 96, A6 and AE. RGB value is (150,166,174). Sum of RGB (Red+Green+Blue) = 150+166+174=490 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.61% from 490); Green value is 166 (65.23% from 255 or 33.88% from 490); Blue value is 174 (68.36% from 255 or 35.51% from 490); Max value from RGB is 174 - color contains mainly: blue. Hex color #96A6AE is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96A6AE is #695951. Grayscale: #A2A2A2. Windows color (decimal): -6904146 or 11445910. OLE color: 11445910.

HSL color Cylindrical-coordinate representation of color #96A6AE: hue angle of 200º degrees, saturation: 0.13, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #96A6AE is Cyan = 0.14, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 150 166 174 -
CMYK 0.14 0.05 0 0.32
HSL 200º 0.13% 0.64% -
HSV(B) 200º 0.14% 0.68% -
XYZ 33.85 36.81 45.37 -
YUV 162.13 134.7 119.35 -
System Red Green Blue C M Y K H S L
Decimal 150 166 174 0.14 0.05 0 0.32 200 0.13 0.64
Hex 96 A6 AE E 5 0 20 C8 D 40
Octal 226 246 256 16 5 0 40 310 15 100
Binary 10010110 10100110 10101110 1110 101 0 100000 11001000 1101 1000000

Color Harmonies of #96A6AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96A6AE

Black with #96A6AE

Text Example


Text Example

White with #96A6AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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