Html Css Color HEX #ABBCD2 Spindle

📋 copy color: '#ABBCD2'

red 171 ◦ green 188 ◦ blue 210

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

Shades of Spindle #ABBCD2

Tints of Spindle #ABBCD2

RGB

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

 GREEN value IS 188 (73.83% from 255) = 33.04%

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

R = 30.05%
G = 33.04%
B = 36.91%

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

#ABBCD2 (or 0xABBCD2) is known color: Spindle. HEX triplet: AB, BC and D2. RGB value is (171,188,210). Sum of RGB (Red+Green+Blue) = 171+188+210=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 188 (73.83% from 255 or 33.04% from 569); Blue value is 210 (82.42% from 255 or 36.91% from 569); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBCD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBCD2 is #54432D. Grayscale: #B9B9B9. Windows color (decimal): -5522222 or 13810859. OLE color: 13810859.

HSL color Cylindrical-coordinate representation of color #ABBCD2: hue angle of 213.85º 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 #ABBCD2 is Cyan = 0.19, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 188 210 -
CMYK 0.19 0.10 0 0.18
HSL 213.85º 0.3% 0.75% -
HSV(B) 213.85º 0.19% 0.82% -
XYZ 46.41 49.28 68.04 -
YUV 185.43 141.87 117.71 -
System Red Green Blue C M Y K H S L
Decimal 171 188 210 0.19 0.10 0 0.18 213.85 0.3 0.75
Hex AB BC D2 13 A 0 12 D6 1E 4B
Octal 253 274 322 23 12 0 22 326 36 113
Binary 10101011 10111100 11010010 10011 1010 0 10010 11010110 11110 1001011

Color Harmonies of #ABBCD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBCD2

Black with #ABBCD2

Text Example


Text Example

White with #ABBCD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBCD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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