Html Css Color HEX #ADBFD1 Spindle

📋 copy color: '#ADBFD1'

red 173 ◦ green 191 ◦ blue 209

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

Shades of Spindle #ADBFD1

Tints of Spindle #ADBFD1

RGB

 RED value IS 173 (67.97% from 255) = 30.19%

 GREEN value IS 191 (75% from 255) = 33.33%

 BLUE value IS 209 (82.03% from 255) = 36.47%

R = 30.19%
G = 33.33%
B = 36.47%

CMYK

 C value IS 0.17

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#ADBFD1 (or 0xADBFD1) is known color: Spindle. HEX triplet: AD, BF and D1. RGB value is (173,191,209). Sum of RGB (Red+Green+Blue) = 173+191+209=573 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.19% from 573); Green value is 191 (75% from 255 or 33.33% from 573); Blue value is 209 (82.03% from 255 or 36.47% from 573); Max value from RGB is 209 - color contains mainly: blue. Hex color #ADBFD1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFD1 is #52402E. Grayscale: #BBBBBB. Windows color (decimal): -5390383 or 13746093. OLE color: 13746093.

HSL color Cylindrical-coordinate representation of color #ADBFD1: hue angle of 210º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADBFD1 is Cyan = 0.17, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 191 209 -
CMYK 0.17 0.09 0 0.18
HSL 210º 0.28% 0.75% -
HSV(B) 210º 0.17% 0.82% -
XYZ 47.37 50.75 67.62 -
YUV 187.67 140.04 117.54 -
System Red Green Blue C M Y K H S L
Decimal 173 191 209 0.17 0.09 0 0.18 210 0.28 0.75
Hex AD BF D1 11 9 0 12 D2 1C 4B
Octal 255 277 321 21 11 0 22 322 34 113
Binary 10101101 10111111 11010001 10001 1001 0 10010 11010010 11100 1001011

Color Harmonies of #ADBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFD1

Black with #ADBFD1

Text Example


Text Example

White with #ADBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFD1; }

 p { color: rgb(173,191,209); }

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

background-color css

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

 a { background-color: rgb(173,191,209); }

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

border-color css

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

 span { border-color: rgb(173,191,209); }

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