Html Css Color HEX #ABBBCB Spindle

📋 copy color: '#ABBBCB'

red 171 ◦ green 187 ◦ blue 203

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

Shades of Spindle #ABBBCB

Tints of Spindle #ABBBCB

RGB

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

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

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

R = 30.48%
G = 33.33%
B = 36.19%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ABBBCB (or 0xABBBCB) is known color: Spindle. HEX triplet: AB, BB and CB. RGB value is (171,187,203). Sum of RGB (Red+Green+Blue) = 171+187+203=561 (74% of max value = 765). Red value is 171 (67.19% from 255 or 30.48% from 561); Green value is 187 (73.44% from 255 or 33.33% from 561); Blue value is 203 (79.69% from 255 or 36.19% from 561); Max value from RGB is 203 - color contains mainly: blue. Hex color #ABBBCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBCB is #544434. Grayscale: #B7B7B7. Windows color (decimal): -5522485 or 13351851. OLE color: 13351851.

HSL color Cylindrical-coordinate representation of color #ABBBCB: hue angle of 210º 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 #ABBBCB is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 171 187 203 -
CMYK 0.16 0.08 0 0.20
HSL 210º 0.24% 0.73% -
HSV(B) 210º 0.16% 0.8% -
XYZ 45.34 48.51 63.47 -
YUV 184.04 138.7 118.7 -
System Red Green Blue C M Y K H S L
Decimal 171 187 203 0.16 0.08 0 0.20 210 0.24 0.73
Hex AB BB CB 10 8 0 14 D2 18 49
Octal 253 273 313 20 10 0 24 322 30 111
Binary 10101011 10111011 11001011 10000 1000 0 10100 11010010 11000 1001001

Color Harmonies of #ABBBCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBCB

Black with #ABBBCB

Text Example


Text Example

White with #ABBBCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBCB; }

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

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

background-color css

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

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

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

border-color css

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

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

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