Html Css Color HEX #95A8AB Botticelli

📋 copy color: '#95A8AB'

red 149 ◦ green 168 ◦ blue 171

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

Shades of Botticelli #95A8AB

Tints of Botticelli #95A8AB

RGB

 RED value IS 149 (58.59% from 255) = 30.53%

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

 BLUE value IS 171 (67.19% from 255) = 35.04%

R = 30.53%
G = 34.43%
B = 35.04%

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

#95A8AB (or 0x95A8AB) is known color: Botticelli. HEX triplet: 95, A8 and AB. RGB value is (149,168,171). Sum of RGB (Red+Green+Blue) = 149+168+171=488 (64% of max value = 765). Red value is 149 (58.59% from 255 or 30.53% from 488); Green value is 168 (66.02% from 255 or 34.43% from 488); Blue value is 171 (67.19% from 255 or 35.04% from 488); Max value from RGB is 171 - color contains mainly: blue. Hex color #95A8AB is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95A8AB is #6A5754. Grayscale: #A2A2A2. Windows color (decimal): -6969173 or 11249813. OLE color: 11249813.

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

Color convert

RGB 149 168 171 -
CMYK 0.13 0.02 0 0.33
HSL 188.18º 0.12% 0.63% -
HSV(B) 188.18º 0.13% 0.67% -
XYZ 33.75 37.34 43.96 -
YUV 162.66 132.71 118.26 -
System Red Green Blue C M Y K H S L
Decimal 149 168 171 0.13 0.02 0 0.33 188.18 0.12 0.63
Hex 95 A8 AB D 2 0 21 BC C 3F
Octal 225 250 253 15 2 0 41 274 14 77
Binary 10010101 10101000 10101011 1101 10 0 100001 10111100 1100 111111

Color Harmonies of #95A8AB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95A8AB

Black with #95A8AB

Text Example


Text Example

White with #95A8AB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95A8AB; }

 p { color: rgb(149,168,171); }

 H1.HeaderClassName
 {
   color: #95A8AB;
 }
 .AnyTagClassName
 {
   color: #95A8AB;
 }
</style>

background-color css

<style>
 a { background-color: #95A8AB; }

 a { background-color: rgb(149,168,171); }

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

border-color css

<style>
 span { border-color: #95A8AB; }

 span { border-color: rgb(149,168,171); }

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