Html Css Color HEX #ABBAD0 Spindle

📋 copy color: '#ABBAD0'

red 171 ◦ green 186 ◦ blue 208

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

Shades of Spindle #ABBAD0

Tints of Spindle #ABBAD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.81%

R = 30.27%
G = 32.92%
B = 36.81%

CMYK

 C value IS 0.18

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBAD0 (or 0xABBAD0) is known color: Spindle. HEX triplet: AB, BA and D0. RGB value is (171,186,208). Sum of RGB (Red+Green+Blue) = 171+186+208=565 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.27% from 565); Green value is 186 (73.05% from 255 or 32.92% from 565); Blue value is 208 (81.64% from 255 or 36.81% from 565); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBAD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBAD0 is #54452F. Grayscale: #B7B7B7. Windows color (decimal): -5522736 or 13679275. OLE color: 13679275.

HSL color Cylindrical-coordinate representation of color #ABBAD0: hue angle of 215.68º degrees, saturation: 0.28, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #ABBAD0 is Cyan = 0.18, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 186 208 -
CMYK 0.18 0.11 0 0.18
HSL 215.68º 0.28% 0.74% -
HSV(B) 215.68º 0.18% 0.82% -
XYZ 45.74 48.33 66.59 -
YUV 184.02 141.53 118.71 -
System Red Green Blue C M Y K H S L
Decimal 171 186 208 0.18 0.11 0 0.18 215.68 0.28 0.74
Hex AB BA D0 12 B 0 12 D8 1C 4A
Octal 253 272 320 22 13 0 22 330 34 112
Binary 10101011 10111010 11010000 10010 1011 0 10010 11011000 11100 1001010

Color Harmonies of #ABBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBAD0

Black with #ABBAD0

Text Example


Text Example

White with #ABBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBAD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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