Html Css Color HEX #95ABAC Botticelli

📋 copy color: '#95ABAC'

red 149 ◦ green 171 ◦ blue 172

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

Shades of Botticelli #95ABAC

Tints of Botticelli #95ABAC

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.76%

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

R = 30.28%
G = 34.76%
B = 34.96%

CMYK

 C value IS 0.13

 M value IS 0.01

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#95ABAC (or 0x95ABAC) is known color: Botticelli. HEX triplet: 95, AB and AC. RGB value is (149,171,172). Sum of RGB (Red+Green+Blue) = 149+171+172=492 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.28% from 492); Green value is 171 (67.19% from 255 or 34.76% from 492); Blue value is 172 (67.58% from 255 or 34.96% from 492); Max value from RGB is 172 - color contains mainly: blue. Hex color #95ABAC is not a web safe color. Web safe color analog (approx): #999999. Inversed color of #95ABAC is #6A5453. Grayscale: #A4A4A4. Windows color (decimal): -6968404 or 11316117. OLE color: 11316117.

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

Color convert

RGB 149 171 172 -
CMYK 0.13 0.01 0 0.33
HSL 182.61º 0.12% 0.63% -
HSV(B) 182.61º 0.13% 0.67% -
XYZ 34.4 38.49 44.65 -
YUV 164.54 132.21 116.92 -
System Red Green Blue C M Y K H S L
Decimal 149 171 172 0.13 0.01 0 0.33 182.61 0.12 0.63
Hex 95 AB AC D 1 0 21 B7 C 3F
Octal 225 253 254 15 1 0 41 267 14 77
Binary 10010101 10101011 10101100 1101 1 0 100001 10110111 1100 111111

Color Harmonies of #95ABAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95ABAC

Black with #95ABAC

Text Example


Text Example

White with #95ABAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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