Html Css Color HEX #ADBFCE Spindle

📋 copy color: '#ADBFCE'

red 173 ◦ green 191 ◦ blue 206

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

Shades of Spindle #ADBFCE

Tints of Spindle #ADBFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.14%

R = 30.35%
G = 33.51%
B = 36.14%

CMYK

 C value IS 0.16

 M value IS 0.07

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#ADBFCE (or 0xADBFCE) is known color: Spindle. HEX triplet: AD, BF and CE. RGB value is (173,191,206). Sum of RGB (Red+Green+Blue) = 173+191+206=570 (75% of max value = 765). Red value is 173 (67.97% from 255 or 30.35% from 570); Green value is 191 (75% from 255 or 33.51% from 570); Blue value is 206 (80.86% from 255 or 36.14% from 570); Max value from RGB is 206 - color contains mainly: blue. Hex color #ADBFCE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADBFCE is #524031. Grayscale: #BBBBBB. Windows color (decimal): -5390386 or 13549485. OLE color: 13549485.

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

Color convert

RGB 173 191 206 -
CMYK 0.16 0.07 0 0.19
HSL 207.27º 0.25% 0.74% -
HSV(B) 207.27º 0.16% 0.81% -
XYZ 47 50.6 65.68 -
YUV 187.33 138.54 117.78 -
System Red Green Blue C M Y K H S L
Decimal 173 191 206 0.16 0.07 0 0.19 207.27 0.25 0.74
Hex AD BF CE 10 7 0 13 CF 19 4A
Octal 255 277 316 20 7 0 23 317 31 112
Binary 10101101 10111111 11001110 10000 111 0 10011 11001111 11001 1001010

Color Harmonies of #ADBFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADBFCE

Black with #ADBFCE

Text Example


Text Example

White with #ADBFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADBFCE; }

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

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

background-color css

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

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

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

border-color css

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

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

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