#AFBCF7

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

Shades of Perano #AFBCF7

Tints of Perano #AFBCF7

Color information

#AFBCF7 (or 0xAFBCF7) is unknown color: approx Perano. HEX triplet: AF, BC and F7. RGB value is (175,188,247). Sum of RGB (Red+Green+Blue) = 175+188+247=610 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.69% from 610); Green value is 188 (73.83% from 255 or 30.82% from 610); Blue value is 247 (96.88% from 255 or 40.49% from 610); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFBCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBCF7 is #504308. Grayscale: #BEBEBE. Windows color (decimal): -5260041 or 16235695. OLE color: 16235695.

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

Color convert

RGB175188247-
CMYK0.290.2400.03
HSL229.17º81.82%82.75%-
HSV(B)229.17º29.15%96.86%-
XYZ52.4551.895.23-
YUV190.84159.69116.7-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.69%
GREEN value IS 188 (73.83% from 255) = 30.82%
BLUE value IS 247 (96.88% from 255) = 40.49%
R=28.69%
G=30.82%
B=40.49%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751882470.290.2400.03229.1781.8282.75
HexAFBCF71D1803e55253
Octal257274367353003345122123
Binary10101111101111001111011111101110000111110010110100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBCF7; }

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

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

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

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

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

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

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

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