#AFBECC

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

Shades of Spindle #AFBECC

Tints of Spindle #AFBECC

Color information

#AFBECC (or 0xAFBECC) is unknown color: approx Spindle. HEX triplet: AF, BE and CC. RGB value is (175,190,204). Sum of RGB (Red+Green+Blue) = 175+190+204=569 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.76% from 569); Green value is 190 (74.61% from 255 or 33.39% from 569); Blue value is 204 (80.08% from 255 or 35.85% from 569); Max value from RGB is 204 - color contains mainly: blue. Hex color #AFBECC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECC is #504133. Grayscale: #BBBBBB. Windows color (decimal): -5259572 or 13418159. OLE color: 13418159.

HSL color Cylindrical-coordinate representation of color #AFBECC: hue angle of 208.97º 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 #AFBECC is Cyan = 0.14, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB175190204-
CMYK0.140.0700.2
HSL208.97º22.14%74.31%-
HSV(B)208.97º14.22%80%-
XYZ46.9950.364.36-
YUV187.11137.53119.36-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.76%
GREEN value IS 190 (74.61% from 255) = 33.39%
BLUE value IS 204 (80.08% from 255) = 35.85%
R=30.76%
G=33.39%
B=35.85%

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
Decimal1751902040.140.0700.2208.9722.1474.31
HexAFBECCE7014d1164a
Octal25727631416702432126112
Binary101011111011111011001100111011101010011010001101101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBECC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBECC; }

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

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

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

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

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

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

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

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