#AFB6E2

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

Shades of Perano #AFB6E2

Tints of Perano #AFB6E2

Color information

#AFB6E2 (or 0xAFB6E2) is unknown color: approx Perano. HEX triplet: AF, B6 and E2. RGB value is (175,182,226). Sum of RGB (Red+Green+Blue) = 175+182+226=583 (77% of max value = 765). Red value is 175 (68.75% from 255 or 30.02% from 583); Green value is 182 (71.48% from 255 or 31.22% from 583); Blue value is 226 (88.67% from 255 or 38.77% from 583); Max value from RGB is 226 - color contains mainly: blue. Hex color #AFB6E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6E2 is #50491D. Grayscale: #B8B8B8. Windows color (decimal): -5261598 or 14857903. OLE color: 14857903.

HSL color Cylindrical-coordinate representation of color #AFB6E2: hue angle of 231.76º degrees, saturation: 0.47, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #AFB6E2 is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB175182226-
CMYK0.230.1900.11
HSL231.76º46.79%78.63%-
HSV(B)231.76º22.57%88.63%-
XYZ48.1348.0678.69-
YUV184.92151.18120.92-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.02%
GREEN value IS 182 (71.48% from 255) = 31.22%
BLUE value IS 226 (88.67% from 255) = 38.77%
R=30.02%
G=31.22%
B=38.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1751822260.230.1900.11231.7646.7978.63
HexAFB6E217130Be82f4f
Octal257266342272301335057117
Binary101011111011011011100010101111001101011111010001011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6E2; }

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

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

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

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

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

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

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

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