#AFBECD

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

Shades of Spindle #AFBECD

Tints of Spindle #AFBECD

Color information

#AFBECD (or 0xAFBECD) is unknown color: approx Spindle. HEX triplet: AF, BE and CD. RGB value is (175,190,205). Sum of RGB (Red+Green+Blue) = 175+190+205=570 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.70% from 570); Green value is 190 (74.61% from 255 or 33.33% from 570); Blue value is 205 (80.47% from 255 or 35.96% from 570); Max value from RGB is 205 - color contains mainly: blue. Hex color #AFBECD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBECD is #504132. Grayscale: #BBBBBB. Windows color (decimal): -5259571 or 13483695. OLE color: 13483695.

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

Color convert

RGB175190205-
CMYK0.150.0700.20
HSL210º23.08%74.51%-
HSV(B)210º14.63%80.39%-
XYZ47.1150.3564.99-
YUV187.22138.03119.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.70%
GREEN value IS 190 (74.61% from 255) = 33.33%
BLUE value IS 205 (80.47% from 255) = 35.96%
R=30.70%
G=33.33%
B=35.96%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1751902050.150.0700.2021023.0874.51
HexAFBECDF7014d2174b
Octal25727631517702432227113
Binary101011111011111011001101111111101010011010010101111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBECD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBECD; }

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

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

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

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

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

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

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

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