#afbaf6

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

Shades of Perano #AFBAF6

Tints of Perano #AFBAF6

Color information

#AFBAF6 (or 0xAFBAF6) is unknown color: approx Perano. HEX triplet: AF, BA and F6. RGB value is (175,186,246). Sum of RGB (Red+Green+Blue) = 175+186+246=607 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.83% from 607); Green value is 186 (73.05% from 255 or 30.64% from 607); Blue value is 246 (96.48% from 255 or 40.53% from 607); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFBAF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBAF6 is #504509. Grayscale: #BDBDBD. Windows color (decimal): -5260554 or 16169647. OLE color: 16169647.

HSL color Cylindrical-coordinate representation of color #AFBAF6: hue angle of 230.7º degrees, saturation: 0.8, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBAF6 is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175186246-
CMYK0.290.2400.04
HSL230.7º79.78%82.55%-
HSV(B)230.7º28.86%96.47%-
XYZ51.8750.8994.28-
YUV189.55159.86117.62-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.83%
GREEN value IS 186 (73.05% from 255) = 30.64%
BLUE value IS 246 (96.48% from 255) = 40.53%
R=28.83%
G=30.64%
B=40.53%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751862460.290.2400.04230.779.7882.55
HexAFBAF61D1804e75053
Octal257272366353004347120123
Binary101011111011101011110110111011100001001110011110100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #afbaf6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #afbaf6; }

 p { color: rgb(175,186,246); }

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

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

 a { background-color: rgb(175,186,246); }

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

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

 span { border-color: rgb(175,186,246); }

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