#AFBFF2

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

Shades of Perano #AFBFF2

Tints of Perano #AFBFF2

Color information

#AFBFF2 (or 0xAFBFF2) is unknown color: approx Perano. HEX triplet: AF, BF and F2. RGB value is (175,191,242). Sum of RGB (Red+Green+Blue) = 175+191+242=608 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.78% from 608); Green value is 191 (75% from 255 or 31.41% from 608); Blue value is 242 (94.92% from 255 or 39.80% from 608); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFBFF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFF2 is #50400D. Grayscale: #BFBFBF. Windows color (decimal): -5259278 or 15908783. OLE color: 15908783.

HSL color Cylindrical-coordinate representation of color #AFBFF2: hue angle of 225.67º degrees, saturation: 0.72, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AFBFF2 is Cyan = 0.28, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB175191242-
CMYK0.280.2100.05
HSL225.67º72.04%81.76%-
HSV(B)225.67º27.69%94.9%-
XYZ52.3452.7991.43-
YUV192.03156.2115.85-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.78%
GREEN value IS 191 (75% from 255) = 31.41%
BLUE value IS 242 (94.92% from 255) = 39.80%
R=28.78%
G=31.41%
B=39.80%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751912420.280.2100.05225.6772.0481.76
HexAFBFF21C1505e24852
Octal257277362342505342110122
Binary101011111011111111110010111001010101011110001010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFF2; }

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

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

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

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

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

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

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

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