Html Css Color HEX #ADBFCF Spindle

📋 copy color: '#ADBFCF'

red 173 ◦ green 191 ◦ blue 207

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

Shades of Spindle #ADBFCF

Tints of Spindle #ADBFCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.25%

R = 30.3%
G = 33.45%
B = 36.25%

CMYK

 C value IS 0.16

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADBFCF (or 0xADBFCF) is known color: Spindle. HEX triplet: AD, BF and CF. RGB value is (173,191,207). Sum of RGB (Red+Green+Blue) = 173+191+207=571 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.30% from 571); Green value is 191 (75% from 255 or 33.45% from 571); Blue value is 207 (81.25% from 255 or 36.25% from 571); Max value from RGB is 207 - color contains mainly: blue. Hex color #ADBFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFCF is #524030. Grayscale: #BBBBBB. Windows color (decimal): -5390385 or 13615021. OLE color: 13615021.

HSL color Cylindrical-coordinate representation of color #ADBFCF: hue angle of 208.24º degrees, saturation: 0.26, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBFCF is Cyan = 0.16, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 173 191 207 -
CMYK 0.16 0.08 0 0.19
HSL 208.24º 0.26% 0.75% -
HSV(B) 208.24º 0.16% 0.81% -
XYZ 47.13 50.65 66.32 -
YUV 187.44 139.04 117.7 -
System Red Green Blue C M Y K H S L
Decimal 173 191 207 0.16 0.08 0 0.19 208.24 0.26 0.75
Hex AD BF CF 10 8 0 13 D0 1A 4B
Octal 255 277 317 20 10 0 23 320 32 113
Binary 10101101 10111111 11001111 10000 1000 0 10011 11010000 11010 1001011

Color Harmonies of #ADBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFCF

Black with #ADBFCF

Text Example


Text Example

White with #ADBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFCF; }

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

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

background-color css

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

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

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

border-color css

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

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

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