#AFBCDE

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

Shades of Perano #AFBCDE

Tints of Perano #AFBCDE

Color information

#AFBCDE (or 0xAFBCDE) is unknown color: approx Perano. HEX triplet: AF, BC and DE. RGB value is (175,188,222). Sum of RGB (Red+Green+Blue) = 175+188+222=585 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.91% from 585); Green value is 188 (73.83% from 255 or 32.14% from 585); Blue value is 222 (87.11% from 255 or 37.95% from 585); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFBCDE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFBCDE is #504321. Grayscale: #BBBBBB. Windows color (decimal): -5260066 or 14597295. OLE color: 14597295.

HSL color Cylindrical-coordinate representation of color #AFBCDE: hue angle of 223.4º degrees, saturation: 0.42, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #AFBCDE is Cyan = 0.21, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175188222-
CMYK0.210.1500.13
HSL223.4º41.59%77.84%-
HSV(B)223.4º21.17%87.06%-
XYZ48.8550.3576.25-
YUV187.99147.19118.74-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.91%
GREEN value IS 188 (73.83% from 255) = 32.14%
BLUE value IS 222 (87.11% from 255) = 37.95%
R=29.91%
G=32.14%
B=37.95%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751882220.210.1500.13223.441.5977.84
HexAFBCDE15F0Ddf2a4e
Octal257274336251701533752116
Binary10101111101111001101111010101111101101110111111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCDE; }

 p { color: rgb(175,188,222); }

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

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

 a { background-color: rgb(175,188,222); }

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

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

 span { border-color: rgb(175,188,222); }

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