Html Css Color HEX #ABBACA Spindle

📋 copy color: '#ABBACA'

red 171 ◦ green 186 ◦ blue 202

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

Shades of Spindle #ABBACA

Tints of Spindle #ABBACA

RGB

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

 GREEN value IS 186 (73.05% from 255) = 33.27%

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

R = 30.59%
G = 33.27%
B = 36.14%

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

#ABBACA (or 0xABBACA) is known color: Spindle. HEX triplet: AB, BA and CA. RGB value is (171,186,202). Sum of RGB (Red+Green+Blue) = 171+186+202=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 186 (73.05% from 255 or 33.27% from 559); Blue value is 202 (79.30% from 255 or 36.14% from 559); Max value from RGB is 202 - color contains mainly: blue. Hex color #ABBACA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACA is #544535. Grayscale: #B7B7B7. Windows color (decimal): -5522742 or 13286059. OLE color: 13286059.

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

Color convert

RGB 171 186 202 -
CMYK 0.15 0.08 0 0.21
HSL 210.97º 0.23% 0.73% -
HSV(B) 210.97º 0.15% 0.79% -
XYZ 45.01 48.04 62.78 -
YUV 183.34 138.53 119.2 -
System Red Green Blue C M Y K H S L
Decimal 171 186 202 0.15 0.08 0 0.21 210.97 0.23 0.73
Hex AB BA CA F 8 0 15 D3 17 49
Octal 253 272 312 17 10 0 25 323 27 111
Binary 10101011 10111010 11001010 1111 1000 0 10101 11010011 10111 1001001

Color Harmonies of #ABBACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBACA

Black with #ABBACA

Text Example


Text Example

White with #ABBACA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBACA; }

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

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

background-color css

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

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

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

border-color css

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

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

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