#AFB6DC

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

Shades of Perano #AFB6DC

Tints of Perano #AFB6DC

Color information

#AFB6DC (or 0xAFB6DC) is unknown color: approx Perano. HEX triplet: AF, B6 and DC. RGB value is (175,182,220). Sum of RGB (Red+Green+Blue) = 175+182+220=577 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.33% from 577); Green value is 182 (71.48% from 255 or 31.54% from 577); Blue value is 220 (86.33% from 255 or 38.13% from 577); Max value from RGB is 220 - color contains mainly: blue. Hex color #AFB6DC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DC is #504923. Grayscale: #B8B8B8. Windows color (decimal): -5261604 or 14464687. OLE color: 14464687.

HSL color Cylindrical-coordinate representation of color #AFB6DC: hue angle of 230.67º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB6DC is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175182220-
CMYK0.200.1700.14
HSL230.67º39.13%77.45%-
HSV(B)230.67º20.45%86.27%-
XYZ47.3347.7474.43-
YUV184.24148.18121.41-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.33%
GREEN value IS 182 (71.48% from 255) = 31.54%
BLUE value IS 220 (86.33% from 255) = 38.13%
R=30.33%
G=31.54%
B=38.13%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751822200.200.1700.14230.6739.1377.45
HexAFB6DC14110Ee7274d
Octal257266334242101634747115
Binary101011111011011011011100101001000101110111001111001111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6DC; }

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

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

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

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

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

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

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

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