#AFBECB

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

Shades of Spindle #AFBECB

Tints of Spindle #AFBECB

Color information

#AFBECB (or 0xAFBECB) is unknown color: approx Spindle. HEX triplet: AF, BE and CB. RGB value is (175,190,203). Sum of RGB (Red+Green+Blue) = 175+190+203=568 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.81% from 568); Green value is 190 (74.61% from 255 or 33.45% from 568); Blue value is 203 (79.69% from 255 or 35.74% from 568); Max value from RGB is 203 - color contains mainly: blue. Hex color #AFBECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECB is #504134. Grayscale: #BABABA. Windows color (decimal): -5259573 or 13352623. OLE color: 13352623.

HSL color Cylindrical-coordinate representation of color #AFBECB: hue angle of 207.86º degrees, saturation: 0.21, 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 #AFBECB is Cyan = 0.14, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB175190203-
CMYK0.140.0600.20
HSL207.86º21.21%74.12%-
HSV(B)207.86º13.79%79.61%-
XYZ46.8750.2563.73-
YUV187137.03119.44-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.81%
GREEN value IS 190 (74.61% from 255) = 33.45%
BLUE value IS 203 (79.69% from 255) = 35.74%
R=30.81%
G=33.45%
B=35.74%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751902030.140.0600.20207.8621.2174.12
HexAFBECBE6014d0154a
Octal25727631316602432025112
Binary101011111011111011001011111011001010011010000101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBECB; }

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

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

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

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

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

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

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

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