Html Css Color HEX #ABBBD0 Spindle

📋 copy color: '#ABBBD0'

red 171 ◦ green 187 ◦ blue 208

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

Shades of Spindle #ABBBD0

Tints of Spindle #ABBBD0

RGB

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

 GREEN value IS 187 (73.44% from 255) = 33.04%

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

R = 30.21%
G = 33.04%
B = 36.75%

CMYK

 C value IS 0.18

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBBD0 (or 0xABBBD0) is known color: Spindle. HEX triplet: AB, BB and D0. RGB value is (171,187,208). Sum of RGB (Red+Green+Blue) = 171+187+208=566 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.21% from 566); Green value is 187 (73.44% from 255 or 33.04% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #ABBBD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD0 is #54442F. Grayscale: #B8B8B8. Windows color (decimal): -5522480 or 13679531. OLE color: 13679531.

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

Color convert

RGB 171 187 208 -
CMYK 0.18 0.10 0 0.18
HSL 214.05º 0.28% 0.74% -
HSV(B) 214.05º 0.18% 0.82% -
XYZ 45.95 48.75 66.66 -
YUV 184.61 141.2 118.29 -
System Red Green Blue C M Y K H S L
Decimal 171 187 208 0.18 0.10 0 0.18 214.05 0.28 0.74
Hex AB BB D0 12 A 0 12 D6 1C 4A
Octal 253 273 320 22 12 0 22 326 34 112
Binary 10101011 10111011 11010000 10010 1010 0 10010 11010110 11100 1001010

Color Harmonies of #ABBBD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBD0

Black with #ABBBD0

Text Example


Text Example

White with #ABBBD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBD0; }

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

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

background-color css

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

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

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

border-color css

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

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

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