Html Css Color HEX #ABBACF Spindle

📋 copy color: '#ABBACF'

red 171 ◦ green 186 ◦ blue 207

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

Shades of Spindle #ABBACF

Tints of Spindle #ABBACF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.7%

R = 30.32%
G = 32.98%
B = 36.7%

CMYK

 C value IS 0.17

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ABBACF (or 0xABBACF) is known color: Spindle. HEX triplet: AB, BA and CF. RGB value is (171,186,207). Sum of RGB (Red+Green+Blue) = 171+186+207=564 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.32% from 564); Green value is 186 (73.05% from 255 or 32.98% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 207 - color contains mainly: blue. Hex color #ABBACF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBACF is #544530. Grayscale: #B7B7B7. Windows color (decimal): -5522737 or 13613739. OLE color: 13613739.

HSL color Cylindrical-coordinate representation of color #ABBACF: hue angle of 215º degrees, saturation: 0.27, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ABBACF is Cyan = 0.17, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 171 186 207 -
CMYK 0.17 0.10 0 0.19
HSL 215º 0.27% 0.74% -
HSV(B) 215º 0.17% 0.81% -
XYZ 45.62 48.28 65.95 -
YUV 183.91 141.03 118.79 -
System Red Green Blue C M Y K H S L
Decimal 171 186 207 0.17 0.10 0 0.19 215 0.27 0.74
Hex AB BA CF 11 A 0 13 D7 1B 4A
Octal 253 272 317 21 12 0 23 327 33 112
Binary 10101011 10111010 11001111 10001 1010 0 10011 11010111 11011 1001010

Color Harmonies of #ABBACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBACF

Black with #ABBACF

Text Example


Text Example

White with #ABBACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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