Html Css Color HEX #ABBACD Spindle

📋 copy color: '#ABBACD'

red 171 ◦ green 186 ◦ blue 205

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

Shades of Spindle #ABBACD

Tints of Spindle #ABBACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.48%

R = 30.43%
G = 33.1%
B = 36.48%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABBACD (or 0xABBACD) is known color: Spindle. HEX triplet: AB, BA and CD. RGB value is (171,186,205). Sum of RGB (Red+Green+Blue) = 171+186+205=562 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.43% from 562); Green value is 186 (73.05% from 255 or 33.10% from 562); Blue value is 205 (80.47% from 255 or 36.48% from 562); Max value from RGB is 205 - color contains mainly: blue. Hex color #ABBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACD is #544532. Grayscale: #B7B7B7. Windows color (decimal): -5522739 or 13482667. OLE color: 13482667.

HSL color Cylindrical-coordinate representation of color #ABBACD: hue angle of 213.53º degrees, saturation: 0.25, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBACD is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 186 205 -
CMYK 0.17 0.09 0 0.20
HSL 213.53º 0.25% 0.74% -
HSV(B) 213.53º 0.17% 0.8% -
XYZ 45.37 48.18 64.67 -
YUV 183.68 140.03 118.96 -
System Red Green Blue C M Y K H S L
Decimal 171 186 205 0.17 0.09 0 0.20 213.53 0.25 0.74
Hex AB BA CD 11 9 0 14 D6 19 4A
Octal 253 272 315 21 11 0 24 326 31 112
Binary 10101011 10111010 11001101 10001 1001 0 10100 11010110 11001 1001010

Color Harmonies of #ABBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBACD

Black with #ABBACD

Text Example


Text Example

White with #ABBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBACD; }

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

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

background-color css

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

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

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

border-color css

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

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

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