Html Css Color HEX #ABB9CB Spindle

📋 copy color: '#ABB9CB'

red 171 ◦ green 185 ◦ blue 203

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

Shades of Spindle #ABB9CB

Tints of Spindle #ABB9CB

RGB

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

 GREEN value IS 185 (72.66% from 255) = 33.09%

 BLUE value IS 203 (79.69% from 255) = 36.31%

R = 30.59%
G = 33.09%
B = 36.31%

CMYK

 C value IS 0.16

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABB9CB (or 0xABB9CB) is known color: Spindle. HEX triplet: AB, B9 and CB. RGB value is (171,185,203). Sum of RGB (Red+Green+Blue) = 171+185+203=559 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.59% from 559); Green value is 185 (72.66% from 255 or 33.09% from 559); Blue value is 203 (79.69% from 255 or 36.31% from 559); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABB9CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9CB is #544634. Grayscale: #B6B6B6. Windows color (decimal): -5522997 or 13351339. OLE color: 13351339.

HSL color Cylindrical-coordinate representation of color #ABB9CB: hue angle of 213.75º degrees, saturation: 0.24, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ABB9CB is Cyan = 0.16, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 185 203 -
CMYK 0.16 0.09 0 0.20
HSL 213.75º 0.24% 0.73% -
HSV(B) 213.75º 0.16% 0.8% -
XYZ 44.92 47.67 63.33 -
YUV 182.87 139.36 119.54 -
System Red Green Blue C M Y K H S L
Decimal 171 185 203 0.16 0.09 0 0.20 213.75 0.24 0.73
Hex AB B9 CB 10 9 0 14 D6 18 49
Octal 253 271 313 20 11 0 24 326 30 111
Binary 10101011 10111001 11001011 10000 1001 0 10100 11010110 11000 1001001

Color Harmonies of #ABB9CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABB9CB

Black with #ABB9CB

Text Example


Text Example

White with #ABB9CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABB9CB; }

 p { color: rgb(171,185,203); }

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

background-color css

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

 a { background-color: rgb(171,185,203); }

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

border-color css

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

 span { border-color: rgb(171,185,203); }

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