Html Css Color HEX #ABB9C9 Spindle

📋 copy color: '#ABB9C9'

red 171 ◦ green 185 ◦ blue 201

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

Shades of Spindle #ABB9C9

Tints of Spindle #ABB9C9

RGB

 RED value IS 171 (67.19% from 255) = 30.7%

 GREEN value IS 185 (72.66% from 255) = 33.21%

 BLUE value IS 201 (78.91% from 255) = 36.09%

R = 30.7%
G = 33.21%
B = 36.09%

CMYK

 C value IS 0.15

 M value IS 0.08

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#ABB9C9 (or 0xABB9C9) is known color: Spindle. HEX triplet: AB, B9 and C9. RGB value is (171,185,201). Sum of RGB (Red+Green+Blue) = 171+185+201=557 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.70% from 557); Green value is 185 (72.66% from 255 or 33.21% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 201 - color contains mainly: blue. Hex color #ABB9C9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9C9 is #544636. Grayscale: #B6B6B6. Windows color (decimal): -5522999 or 13220267. OLE color: 13220267.

HSL color Cylindrical-coordinate representation of color #ABB9C9: hue angle of 212º degrees, saturation: 0.22, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #ABB9C9 is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 185 201 -
CMYK 0.15 0.08 0 0.21
HSL 212º 0.22% 0.73% -
HSV(B) 212º 0.15% 0.79% -
XYZ 44.69 47.57 62.09 -
YUV 182.64 138.36 119.7 -
System Red Green Blue C M Y K H S L
Decimal 171 185 201 0.15 0.08 0 0.21 212 0.22 0.73
Hex AB B9 C9 F 8 0 15 D4 16 49
Octal 253 271 311 17 10 0 25 324 26 111
Binary 10101011 10111001 11001001 1111 1000 0 10101 11010100 10110 1001001

Color Harmonies of #ABB9C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9C9

Black with #ABB9C9

Text Example


Text Example

White with #ABB9C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9C9; }

 p { color: rgb(171,185,201); }

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

background-color css

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

 a { background-color: rgb(171,185,201); }

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

border-color css

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

 span { border-color: rgb(171,185,201); }

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