#AFBDCC

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

Shades of Spindle #AFBDCC

Tints of Spindle #AFBDCC

Color information

#AFBDCC (or 0xAFBDCC) is unknown color: approx Spindle. HEX triplet: AF, BD and CC. RGB value is (175,189,204). Sum of RGB (Red+Green+Blue) = 175+189+204=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 189 (74.22% from 255 or 33.27% from 568); Blue value is 204 (80.08% from 255 or 35.92% from 568); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBDCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBDCC is #504233. Grayscale: #BABABA. Windows color (decimal): -5259828 or 13417903. OLE color: 13417903.

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

Color convert

RGB175189204-
CMYK0.140.0700.2
HSL211.03º22.14%74.31%-
HSV(B)211.03º14.22%80%-
XYZ46.7849.8764.29-
YUV186.52137.86119.78-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 189 (74.22% from 255) = 33.27%
BLUE value IS 204 (80.08% from 255) = 35.92%
R=30.81%
G=33.27%
B=35.92%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1751892040.140.0700.2211.0322.1474.31
HexAFBDCCE7014d3164a
Octal25727531416702432326112
Binary101011111011110111001100111011101010011010011101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDCC; }

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

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

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

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

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

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

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

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