#AFBFFC

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

Shades of Perano #AFBFFC

Tints of Perano #AFBFFC

Color information

#AFBFFC (or 0xAFBFFC) is unknown color: approx Perano. HEX triplet: AF, BF and FC. RGB value is (175,191,252). Sum of RGB (Red+Green+Blue) = 175+191+252=618 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.32% from 618); Green value is 191 (75% from 255 or 30.91% from 618); Blue value is 252 (98.83% from 255 or 40.78% from 618); Max value from RGB is 252 - color contains mainly: blue. Hex color #AFBFFC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBFFC is #504003. Grayscale: #C0C0C0. Windows color (decimal): -5259268 or 16564143. OLE color: 16564143.

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

Color convert

RGB175191252-
CMYK0.310.2400.01
HSL227.53º92.77%83.73%-
HSV(B)227.53º30.56%98.82%-
XYZ53.8853.499.56-
YUV193.17161.2115.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.32%
GREEN value IS 191 (75% from 255) = 30.91%
BLUE value IS 252 (98.83% from 255) = 40.78%
R=28.32%
G=30.91%
B=40.78%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1751912520.310.2400.01227.5392.7783.73
HexAFBFFC1F1801e45d54
Octal257277374373001344135124
Binary1010111110111111111111001111111000011110010010111011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBFFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBFFC; }

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

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

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

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

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

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

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

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