Html Css Color HEX #ABBBD2 Spindle

📋 copy color: '#ABBBD2'

red 171 ◦ green 187 ◦ blue 210

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

Shades of Spindle #ABBBD2

Tints of Spindle #ABBBD2

RGB

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

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

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

R = 30.11%
G = 32.92%
B = 36.97%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ABBBD2 (or 0xABBBD2) is known color: Spindle. HEX triplet: AB, BB and D2. RGB value is (171,187,210). Sum of RGB (Red+Green+Blue) = 171+187+210=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 187 (73.44% from 255 or 32.92% from 568); Blue value is 210 (82.42% from 255 or 36.97% from 568); Max value from RGB is 210 - color contains mainly: blue. Hex color #ABBBD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD2 is #54442D. Grayscale: #B8B8B8. Windows color (decimal): -5522478 or 13810603. OLE color: 13810603.

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

Color convert

RGB 171 187 210 -
CMYK 0.19 0.11 0 0.18
HSL 215.38º 0.3% 0.75% -
HSV(B) 215.38º 0.19% 0.82% -
XYZ 46.2 48.85 67.97 -
YUV 184.84 142.2 118.13 -
System Red Green Blue C M Y K H S L
Decimal 171 187 210 0.19 0.11 0 0.18 215.38 0.3 0.75
Hex AB BB D2 13 B 0 12 D7 1E 4B
Octal 253 273 322 23 13 0 22 327 36 113
Binary 10101011 10111011 11010010 10011 1011 0 10010 11010111 11110 1001011

Color Harmonies of #ABBBD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBD2

Black with #ABBBD2

Text Example


Text Example

White with #ABBBD2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBD2; }

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

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

background-color css

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

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

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

border-color css

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

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

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