#AFBEFC

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

Shades of Perano #AFBEFC

Tints of Perano #AFBEFC

Color information

#AFBEFC (or 0xAFBEFC) is unknown color: approx Perano. HEX triplet: AF, BE and FC. RGB value is (175,190,252). Sum of RGB (Red+Green+Blue) = 175+190+252=617 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.36% from 617); Green value is 190 (74.61% from 255 or 30.79% from 617); Blue value is 252 (98.83% from 255 or 40.84% from 617); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFBEFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBEFC is #504103. Grayscale: #C0C0C0. Windows color (decimal): -5259524 or 16563887. OLE color: 16563887.

HSL color Cylindrical-coordinate representation of color #AFBEFC: hue angle of 228.31º degrees, saturation: 0.93, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #AFBEFC is Cyan = 0.31, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB175190252-
CMYK0.310.2500.01
HSL228.31º92.77%83.73%-
HSV(B)228.31º30.56%98.82%-
XYZ53.6652.9799.49-
YUV192.58161.53115.46-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.36%
GREEN value IS 190 (74.61% from 255) = 30.79%
BLUE value IS 252 (98.83% from 255) = 40.84%
R=28.36%
G=30.79%
B=40.84%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751902520.310.2500.01228.3192.7783.73
HexAFBEFC1F1901e45d54
Octal257276374373101344135124
Binary1010111110111110111111001111111001011110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBEFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBEFC; }

 p { color: rgb(175,190,252); }

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

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

 a { background-color: rgb(175,190,252); }

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

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

 span { border-color: rgb(175,190,252); }

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