Html Css Color HEX #ABBBD3 Spindle

📋 copy color: '#ABBBD3'

red 171 ◦ green 187 ◦ blue 211

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

Shades of Spindle #ABBBD3

Tints of Spindle #ABBBD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.08%

R = 30.05%
G = 32.86%
B = 37.08%

CMYK

 C value IS 0.19

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#ABBBD3 (or 0xABBBD3) is known color: Spindle. HEX triplet: AB, BB and D3. RGB value is (171,187,211). Sum of RGB (Red+Green+Blue) = 171+187+211=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 187 (73.44% from 255 or 32.86% from 569); Blue value is 211 (82.81% from 255 or 37.08% from 569); Max value from RGB is 211 - color contains mainly: blue. Hex color #ABBBD3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABBBD3 is #54442C. Grayscale: #B8B8B8. Windows color (decimal): -5522477 or 13876139. OLE color: 13876139.

HSL color Cylindrical-coordinate representation of color #ABBBD3: hue angle of 216º degrees, saturation: 0.31, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABBBD3 is Cyan = 0.19, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 171 187 211 -
CMYK 0.19 0.11 0 0.17
HSL 216º 0.31% 0.75% -
HSV(B) 216º 0.19% 0.83% -
XYZ 46.32 48.9 68.63 -
YUV 184.95 142.7 118.05 -
System Red Green Blue C M Y K H S L
Decimal 171 187 211 0.19 0.11 0 0.17 216 0.31 0.75
Hex AB BB D3 13 B 0 11 D8 1F 4B
Octal 253 273 323 23 13 0 21 330 37 113
Binary 10101011 10111011 11010011 10011 1011 0 10001 11011000 11111 1001011

Color Harmonies of #ABBBD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABBBD3

Black with #ABBBD3

Text Example


Text Example

White with #ABBBD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABBBD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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