Html Css Color HEX #AFBACD Spindle

📋 copy color: '#AFBACD'

red 175 ◦ green 186 ◦ blue 205

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

Shades of Spindle #AFBACD

Tints of Spindle #AFBACD

RGB

 RED value IS 175 (68.75% from 255) = 30.92%

 GREEN value IS 186 (73.05% from 255) = 32.86%

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

R = 30.92%
G = 32.86%
B = 36.22%

CMYK

 C value IS 0.15

 M value IS 0.09

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#AFBACD (or 0xAFBACD) is known color: Spindle. HEX triplet: AF, BA and CD. RGB value is (175,186,205). Sum of RGB (Red+Green+Blue) = 175+186+205=566 (74% of max value = 765). Red value is 175 (68.75% from 255 or 30.92% from 566); Green value is 186 (73.05% from 255 or 32.86% from 566); Blue value is 205 (80.47% from 255 or 36.22% from 566); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBACD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBACD is #504532. Grayscale: #B8B8B8. Windows color (decimal): -5260595 or 13482671. OLE color: 13482671.

HSL color Cylindrical-coordinate representation of color #AFBACD: hue angle of 218º degrees, saturation: 0.23, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #AFBACD is Cyan = 0.15, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 175 186 205 -
CMYK 0.15 0.09 0 0.20
HSL 218º 0.23% 0.75% -
HSV(B) 218º 0.15% 0.8% -
XYZ 46.26 48.64 64.71 -
YUV 184.88 139.36 120.96 -
System Red Green Blue C M Y K H S L
Decimal 175 186 205 0.15 0.09 0 0.20 218 0.23 0.75
Hex AF BA CD F 9 0 14 DA 17 4B
Octal 257 272 315 17 11 0 24 332 27 113
Binary 10101111 10111010 11001101 1111 1001 0 10100 11011010 10111 1001011

Color Harmonies of #AFBACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AFBACD

Black with #AFBACD

Text Example


Text Example

White with #AFBACD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AFBACD; }

 p { color: rgb(175,186,205); }

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

background-color css

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

 a { background-color: rgb(175,186,205); }

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

border-color css

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

 span { border-color: rgb(175,186,205); }

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