#AFB7DE

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

Shades of Perano #AFB7DE

Tints of Perano #AFB7DE

Color information

#AFB7DE (or 0xAFB7DE) is unknown color: approx Perano. HEX triplet: AF, B7 and DE. RGB value is (175,183,222). Sum of RGB (Red+Green+Blue) = 175+183+222=580 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.17% from 580); Green value is 183 (71.88% from 255 or 31.55% from 580); Blue value is 222 (87.11% from 255 or 38.28% from 580); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFB7DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB7DE is #504821. Grayscale: #B8B8B8. Windows color (decimal): -5261346 or 14596015. OLE color: 14596015.

HSL color Cylindrical-coordinate representation of color #AFB7DE: hue angle of 229.79º 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 #AFB7DE is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB175183222-
CMYK0.210.1800.13
HSL229.79º41.59%77.84%-
HSV(B)229.79º21.17%87.06%-
XYZ47.848.2575.9-
YUV185.05148.85120.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.17%
GREEN value IS 183 (71.88% from 255) = 31.55%
BLUE value IS 222 (87.11% from 255) = 38.28%
R=30.17%
G=31.55%
B=38.28%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1751832220.210.1800.13229.7941.5977.84
HexAFB7DE15120De62a4e
Octal257267336252201534652116
Binary101011111011011111011110101011001001101111001101010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB7DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB7DE; }

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

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

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

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

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

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

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

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