#AFBCF2

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

Shades of Perano #AFBCF2

Tints of Perano #AFBCF2

Color information

#AFBCF2 (or 0xAFBCF2) is unknown color: approx Perano. HEX triplet: AF, BC and F2. RGB value is (175,188,242). Sum of RGB (Red+Green+Blue) = 175+188+242=605 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.93% from 605); Green value is 188 (73.83% from 255 or 31.07% from 605); Blue value is 242 (94.92% from 255 or 40% from 605); Max value from RGB is 242 - color contains mainly: blue. Hex color #AFBCF2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBCF2 is #50430D. Grayscale: #BEBEBE. Windows color (decimal): -5260046 or 15908015. OLE color: 15908015.

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

Color convert

RGB175188242-
CMYK0.280.2200.05
HSL228.36º72.04%81.76%-
HSV(B)228.36º27.69%94.9%-
XYZ51.6951.4991.22-
YUV190.27157.19117.11-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.93%
GREEN value IS 188 (73.83% from 255) = 31.07%
BLUE value IS 242 (94.92% from 255) = 40%
R=28.93%
G=31.07%
B=40%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1751882420.280.2200.05228.3672.0481.76
HexAFBCF21C1605e44852
Octal257274362342605344110122
Binary101011111011110011110010111001011001011110010010010001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCF2; }

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

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

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

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

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

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

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

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