#AFBDCD

Color #AFBDCD Spindle (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Spindle #AFBDCD

Tints of Spindle #AFBDCD

Color information

#AFBDCD (or 0xAFBDCD) is unknown color: approx Spindle. HEX triplet: AF, BD and CD. RGB value is (175,189,205). Sum of RGB (Red+Green+Blue) = 175+189+205=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 189 (74.22% from 255 or 33.22% 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 #AFBDCD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCD is #504232. Grayscale: #BABABA. Windows color (decimal): -5259827 or 13483439. OLE color: 13483439.

HSL color Cylindrical-coordinate representation of color #AFBDCD: hue angle of 212º 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 #AFBDCD is Cyan = 0.15, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175189205-
CMYK0.150.0800.20
HSL212º23.08%74.51%-
HSV(B)212º14.63%80.39%-
XYZ46.949.9264.92-
YUV186.64138.36119.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 189 (74.22% from 255) = 33.22%
BLUE value IS 205 (80.47% from 255) = 36.03%
R=30.76%
G=33.22%
B=36.03%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751892050.150.0800.2021223.0874.51
HexAFBDCDF8014d4174b
Octal257275315171002432427113
Binary1010111110111101110011011111100001010011010100101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDCD; }

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

 H1.HeaderClassName
 {
   color: #AFBDCD;
 }
 .AnyTagClassName
 {
   color: #AFBDCD;
 }
</style>
background-color css

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

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

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

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

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

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