#AFBFF7

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

Shades of Perano #AFBFF7

Tints of Perano #AFBFF7

Color information

#AFBFF7 (or 0xAFBFF7) is unknown color: approx Perano. HEX triplet: AF, BF and F7. RGB value is (175,191,247). Sum of RGB (Red+Green+Blue) = 175+191+247=613 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.55% from 613); Green value is 191 (75% from 255 or 31.16% from 613); Blue value is 247 (96.88% from 255 or 40.29% from 613); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFBFF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFF7 is #504008. Grayscale: #C0C0C0. Windows color (decimal): -5259273 or 16236463. OLE color: 16236463.

HSL color Cylindrical-coordinate representation of color #AFBFF7: hue angle of 226.67º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBFF7 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175191247-
CMYK0.290.2300.03
HSL226.67º81.82%82.75%-
HSV(B)226.67º29.15%96.86%-
XYZ53.153.0995.44-
YUV192.6158.7115.45-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.55%
GREEN value IS 191 (75% from 255) = 31.16%
BLUE value IS 247 (96.88% from 255) = 40.29%
R=28.55%
G=31.16%
B=40.29%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751912470.290.2300.03226.6781.8282.75
HexAFBFF71D1703e35253
Octal257277367352703343122123
Binary10101111101111111111011111101101110111110001110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFF7; }

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

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

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

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

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

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

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

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