Html Css Color HEX #ABBED2 Spindle

📋 copy color: '#ABBED2'

red 171 ◦ green 190 ◦ blue 210

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

Shades of Spindle #ABBED2

Tints of Spindle #ABBED2

RGB

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

 GREEN value IS 190 (74.61% from 255) = 33.27%

 BLUE value IS 210 (82.42% from 255) = 36.78%

R = 29.95%
G = 33.27%
B = 36.78%

CMYK

 C value IS 0.19

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBED2 (or 0xABBED2) is known color: Spindle. HEX triplet: AB, BE and D2. RGB value is (171,190,210). Sum of RGB (Red+Green+Blue) = 171+190+210=571 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.95% from 571); Green value is 190 (74.61% from 255 or 33.27% from 571); Blue value is 210 (82.42% from 255 or 36.78% from 571); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBED2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBED2 is #54412D. Grayscale: #BABABA. Windows color (decimal): -5521710 or 13811371. OLE color: 13811371.

HSL color Cylindrical-coordinate representation of color #ABBED2: hue angle of 210.77º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBED2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 190 210 -
CMYK 0.19 0.10 0 0.18
HSL 210.77º 0.3% 0.75% -
HSV(B) 210.77º 0.19% 0.82% -
XYZ 46.84 50.14 68.18 -
YUV 186.6 141.21 116.87 -
System Red Green Blue C M Y K H S L
Decimal 171 190 210 0.19 0.10 0 0.18 210.77 0.3 0.75
Hex AB BE D2 13 A 0 12 D3 1E 4B
Octal 253 276 322 23 12 0 22 323 36 113
Binary 10101011 10111110 11010010 10011 1010 0 10010 11010011 11110 1001011

Color Harmonies of #ABBED2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBED2

Black with #ABBED2

Text Example


Text Example

White with #ABBED2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBED2; }

 p { color: rgb(171,190,210); }

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

background-color css

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

 a { background-color: rgb(171,190,210); }

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

border-color css

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

 span { border-color: rgb(171,190,210); }

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