Html Css Color HEX #ADBFCD Spindle

📋 copy color: '#ADBFCD'

red 173 ◦ green 191 ◦ blue 205

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

Shades of Spindle #ADBFCD

Tints of Spindle #ADBFCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 36.03%

R = 30.4%
G = 33.57%
B = 36.03%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#ADBFCD (or 0xADBFCD) is known color: Spindle. HEX triplet: AD, BF and CD. RGB value is (173,191,205). Sum of RGB (Red+Green+Blue) = 173+191+205=569 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.40% from 569); Green value is 191 (75% from 255 or 33.57% from 569); Blue value is 205 (80.47% from 255 or 36.03% from 569); Max value from RGB is 205 - color contains mainly: blue. Hex color #ADBFCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFCD is #524032. Grayscale: #BBBBBB. Windows color (decimal): -5390387 or 13483949. OLE color: 13483949.

HSL color Cylindrical-coordinate representation of color #ADBFCD: hue angle of 206.25º degrees, saturation: 0.24, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #ADBFCD is Cyan = 0.16, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 173 191 205 -
CMYK 0.16 0.07 0 0.20
HSL 206.25º 0.24% 0.74% -
HSV(B) 206.25º 0.16% 0.8% -
XYZ 46.88 50.55 65.04 -
YUV 187.21 138.04 117.86 -
System Red Green Blue C M Y K H S L
Decimal 173 191 205 0.16 0.07 0 0.20 206.25 0.24 0.74
Hex AD BF CD 10 7 0 14 CE 18 4A
Octal 255 277 315 20 7 0 24 316 30 112
Binary 10101101 10111111 11001101 10000 111 0 10100 11001110 11000 1001010

Color Harmonies of #ADBFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFCD

Black with #ADBFCD

Text Example


Text Example

White with #ADBFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFCD; }

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

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

background-color css

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

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

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

border-color css

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

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

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