Html Css Color HEX #ABBACB Spindle

📋 copy color: '#ABBACB'

red 171 ◦ green 186 ◦ blue 203

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

Shades of Spindle #ABBACB

Tints of Spindle #ABBACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 36.25%

R = 30.54%
G = 33.21%
B = 36.25%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABBACB (or 0xABBACB) is known color: Spindle. HEX triplet: AB, BA and CB. RGB value is (171,186,203). Sum of RGB (Red+Green+Blue) = 171+186+203=560 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.54% from 560); Green value is 186 (73.05% from 255 or 33.21% from 560); Blue value is 203 (79.69% from 255 or 36.25% from 560); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABBACB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACB is #544534. Grayscale: #B7B7B7. Windows color (decimal): -5522741 or 13351595. OLE color: 13351595.

HSL color Cylindrical-coordinate representation of color #ABBACB: hue angle of 211.88º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABBACB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 186 203 -
CMYK 0.16 0.08 0 0.20
HSL 211.88º 0.24% 0.73% -
HSV(B) 211.88º 0.16% 0.8% -
XYZ 45.13 48.09 63.4 -
YUV 183.45 139.03 119.12 -
System Red Green Blue C M Y K H S L
Decimal 171 186 203 0.16 0.08 0 0.20 211.88 0.24 0.73
Hex AB BA CB 10 8 0 14 D4 18 49
Octal 253 272 313 20 10 0 24 324 30 111
Binary 10101011 10111010 11001011 10000 1000 0 10100 11010100 11000 1001001

Color Harmonies of #ABBACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBACB

Black with #ABBACB

Text Example


Text Example

White with #ABBACB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBACB; }

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

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

background-color css

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

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

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

border-color css

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

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

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