#AFB5D9

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

Shades of Perano #AFB5D9

Tints of Perano #AFB5D9

Color information

#AFB5D9 (or 0xAFB5D9) is unknown color: approx Perano. HEX triplet: AF, B5 and D9. RGB value is (175,181,217). Sum of RGB (Red+Green+Blue) = 175+181+217=573 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.54% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 217 (85.16% from 255 or 37.87% from 573); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB5D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB5D9 is #504A26. Grayscale: #B7B7B7. Windows color (decimal): -5261863 or 14267823. OLE color: 14267823.

HSL color Cylindrical-coordinate representation of color #AFB5D9: hue angle of 231.43º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB5D9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175181217-
CMYK0.190.1700.15
HSL231.43º35.59%76.86%-
HSV(B)231.43º19.35%85.1%-
XYZ46.7347.1772.29-
YUV183.31147.01122.07-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.54%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 217 (85.16% from 255) = 37.87%
R=30.54%
G=31.59%
B=37.87%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751812170.190.1700.15231.4335.5976.86
HexAFB5D913110Fe7244d
Octal257265331232101734744115
Binary101011111011010111011001100111000101111111001111001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB5D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB5D9; }

 p { color: rgb(175,181,217); }

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

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

 a { background-color: rgb(175,181,217); }

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

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

 span { border-color: rgb(175,181,217); }

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