Html Css Color HEX #96AAB2 Botticelli

📋 copy color: '#96AAB2'

red 150 ◦ green 170 ◦ blue 178

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

Shades of Botticelli #96AAB2

Tints of Botticelli #96AAB2

RGB

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

 GREEN value IS 170 (66.8% from 255) = 34.14%

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

R = 30.12%
G = 34.14%
B = 35.74%

CMYK

 C value IS 0.16

 M value IS 0.04

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#96AAB2 (or 0x96AAB2) is known color: Botticelli. HEX triplet: 96, AA and B2. RGB value is (150,170,178). Sum of RGB (Red+Green+Blue) = 150+170+178=498 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.12% from 498); Green value is 170 (66.80% from 255 or 34.14% from 498); Blue value is 178 (69.92% from 255 or 35.74% from 498); Max value from RGB is 178 - color contains mainly: blue. Hex color #96AAB2 is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #96AAB2 is #69554D. Grayscale: #A4A4A4. Windows color (decimal): -6903118 or 11709078. OLE color: 11709078.

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

Color convert

RGB 150 170 178 -
CMYK 0.16 0.04 0 0.30
HSL 197.14º 0.15% 0.64% -
HSV(B) 197.14º 0.16% 0.7% -
XYZ 34.99 38.45 47.7 -
YUV 164.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 150 170 178 0.16 0.04 0 0.30 197.14 0.15 0.64
Hex 96 AA B2 10 4 0 1E C5 F 40
Octal 226 252 262 20 4 0 36 305 17 100
Binary 10010110 10101010 10110010 10000 100 0 11110 11000101 1111 1000000

Color Harmonies of #96AAB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #96AAB2

Black with #96AAB2

Text Example


Text Example

White with #96AAB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(150,170,178); }

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

background-color css

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

 a { background-color: rgb(150,170,178); }

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

border-color css

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

 span { border-color: rgb(150,170,178); }

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