#AFBFF6

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

Shades of Perano #AFBFF6

Tints of Perano #AFBFF6

Color information

#AFBFF6 (or 0xAFBFF6) is unknown color: approx Perano. HEX triplet: AF, BF and F6. RGB value is (175,191,246). Sum of RGB (Red+Green+Blue) = 175+191+246=612 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.59% from 612); Green value is 191 (75% from 255 or 31.21% from 612); Blue value is 246 (96.48% from 255 or 40.20% from 612); Max value from RGB is 246 - color contains mainly: blue. Hex color #AFBFF6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFF6 is #504009. Grayscale: #C0C0C0. Windows color (decimal): -5259274 or 16170927. OLE color: 16170927.

HSL color Cylindrical-coordinate representation of color #AFBFF6: hue angle of 226.48º 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 #AFBFF6 is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB175191246-
CMYK0.290.2200.04
HSL226.48º79.78%82.55%-
HSV(B)226.48º28.86%96.47%-
XYZ52.9453.0394.63-
YUV192.49158.2115.53-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.59%
GREEN value IS 191 (75% from 255) = 31.21%
BLUE value IS 246 (96.48% from 255) = 40.20%
R=28.59%
G=31.21%
B=40.20%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1751912460.290.2200.04226.4879.7882.55
HexAFBFF61D1604e25053
Octal257277366352604342120123
Binary101011111011111111110110111011011001001110001010100001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFF6; }

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

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

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

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

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

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

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

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