#AFB6E5

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

Shades of Perano #AFB6E5

Tints of Perano #AFB6E5

Color information

#AFB6E5 (or 0xAFB6E5) is unknown color: approx Perano. HEX triplet: AF, B6 and E5. RGB value is (175,182,229). Sum of RGB (Red+Green+Blue) = 175+182+229=586 (77% of max value = 765). Red value is 175 (68.75% from 255 or 29.86% from 586); Green value is 182 (71.48% from 255 or 31.06% from 586); Blue value is 229 (89.84% from 255 or 39.08% from 586); Max value from RGB is 229 - color contains mainly: blue. Hex color #AFB6E5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6E5 is #50491A. Grayscale: #B9B9B9. Windows color (decimal): -5261595 or 15054511. OLE color: 15054511.

HSL color Cylindrical-coordinate representation of color #AFB6E5: hue angle of 232.22º degrees, saturation: 0.51, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AFB6E5 is Cyan = 0.24, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB175182229-
CMYK0.240.2100.10
HSL232.22º50.94%79.22%-
HSV(B)232.22º23.58%89.8%-
XYZ48.5548.2380.88-
YUV185.26152.68120.68-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.86%
GREEN value IS 182 (71.48% from 255) = 31.06%
BLUE value IS 229 (89.84% from 255) = 39.08%
R=29.86%
G=31.06%
B=39.08%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1751822290.240.2100.10232.2250.9479.22
HexAFB6E518150Ae8334f
Octal257266345302501235063117
Binary101011111011011011100101110001010101010111010001100111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6E5; }

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

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

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

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

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

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

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

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