#AFB6DE

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

Shades of Perano #AFB6DE

Tints of Perano #AFB6DE

Color information

#AFB6DE (or 0xAFB6DE) is unknown color: approx Perano. HEX triplet: AF, B6 and DE. RGB value is (175,182,222). Sum of RGB (Red+Green+Blue) = 175+182+222=579 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.22% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 222 (87.11% from 255 or 38.34% from 579); Max value from RGB is 222 - color contains mainly: blue. Hex color #AFB6DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DE is #504921. Grayscale: #B8B8B8. Windows color (decimal): -5261602 or 14595759. OLE color: 14595759.

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

Color convert

RGB175182222-
CMYK0.210.1800.13
HSL231.06º41.59%77.84%-
HSV(B)231.06º21.17%87.06%-
XYZ47.5947.8475.83-
YUV184.47149.18121.25-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.22%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 222 (87.11% from 255) = 38.34%
R=30.22%
G=31.43%
B=38.34%

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
Decimal1751822220.210.1800.13231.0641.5977.84
HexAFB6DE15120De72a4e
Octal257266336252201534752116
Binary101011111011011011011110101011001001101111001111010101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6DE; }

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

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

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

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

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

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

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

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