#AFB6DD

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

Shades of Perano #AFB6DD

Tints of Perano #AFB6DD

Color information

#AFB6DD (or 0xAFB6DD) is unknown color: approx Perano. HEX triplet: AF, B6 and DD. RGB value is (175,182,221). Sum of RGB (Red+Green+Blue) = 175+182+221=578 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.28% from 578); Green value is 182 (71.48% from 255 or 31.49% from 578); Blue value is 221 (86.72% from 255 or 38.24% from 578); Max value from RGB is 221 - color contains mainly: blue. Hex color #AFB6DD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DD is #504922. Grayscale: #B8B8B8. Windows color (decimal): -5261603 or 14530223. OLE color: 14530223.

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

Color convert

RGB175182221-
CMYK0.210.1800.13
HSL230.87º40.35%77.65%-
HSV(B)230.87º20.81%86.67%-
XYZ47.4647.7975.13-
YUV184.35148.68121.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.28%
GREEN value IS 182 (71.48% from 255) = 31.49%
BLUE value IS 221 (86.72% from 255) = 38.24%
R=30.28%
G=31.49%
B=38.24%

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
Decimal1751822210.210.1800.13230.8740.3577.65
HexAFB6DD15120De7284e
Octal257266335252201534750116
Binary101011111011011011011101101011001001101111001111010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6DD; }

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

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

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

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

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

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

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

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