Html Css Color HEX #ABB9CA Spindle

📋 copy color: '#ABB9CA'

red 171 ◦ green 185 ◦ blue 202

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

Shades of Spindle #ABB9CA

Tints of Spindle #ABB9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 36.2%

R = 30.65%
G = 33.15%
B = 36.2%

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

#ABB9CA (or 0xABB9CA) is known color: Spindle. HEX triplet: AB, B9 and CA. RGB value is (171,185,202). Sum of RGB (Red+Green+Blue) = 171+185+202=558 (73% of max value = 765). Red value is 171 (67.19% from 255 or 30.65% from 558); Green value is 185 (72.66% from 255 or 33.15% from 558); Blue value is 202 (79.30% from 255 or 36.20% from 558); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABB9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9CA is #544635. Grayscale: #B6B6B6. Windows color (decimal): -5522998 or 13285803. OLE color: 13285803.

HSL color Cylindrical-coordinate representation of color #ABB9CA: hue angle of 212.9º degrees, saturation: 0.23, 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 #ABB9CA is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 171 185 202 -
CMYK 0.15 0.08 0 0.21
HSL 212.9º 0.23% 0.73% -
HSV(B) 212.9º 0.15% 0.79% -
XYZ 44.8 47.62 62.71 -
YUV 182.75 138.86 119.62 -
System Red Green Blue C M Y K H S L
Decimal 171 185 202 0.15 0.08 0 0.21 212.9 0.23 0.73
Hex AB B9 CA F 8 0 15 D5 17 49
Octal 253 271 312 17 10 0 25 325 27 111
Binary 10101011 10111001 11001010 1111 1000 0 10101 11010101 10111 1001001

Color Harmonies of #ABB9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9CA

Black with #ABB9CA

Text Example


Text Example

White with #ABB9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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