#AFBDFB

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

Shades of Perano #AFBDFB

Tints of Perano #AFBDFB

Color information

#AFBDFB (or 0xAFBDFB) is unknown color: approx Perano. HEX triplet: AF, BD and FB. RGB value is (175,189,251). Sum of RGB (Red+Green+Blue) = 175+189+251=615 (81% of max value = 765). Red value is 175 (68.75% from 255 or 28.46% from 615); Green value is 189 (74.22% from 255 or 30.73% from 615); Blue value is 251 (98.44% from 255 or 40.81% from 615); Max value from RGB is 251 - color contains mainly: blue. Hex color #AFBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDFB is #504204. Grayscale: #BFBFBF. Windows color (decimal): -5259781 or 16498095. OLE color: 16498095.

HSL color Cylindrical-coordinate representation of color #AFBDFB: hue angle of 228.95º degrees, saturation: 0.9, lightness: 0.84%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AFBDFB is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB175189251-
CMYK0.300.2500.02
HSL228.95º90.48%83.53%-
HSV(B)228.95º30.28%98.43%-
XYZ53.2952.4798.59-
YUV191.88161.36115.96-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.46%
GREEN value IS 189 (74.22% from 255) = 30.73%
BLUE value IS 251 (98.44% from 255) = 40.81%
R=28.46%
G=30.73%
B=40.81%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1751892510.300.2500.02228.9590.4883.53
HexAFBDFB1E1902e55a54
Octal257275373363102345132124
Binary10101111101111011111101111110110010101110010110110101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDFB; }

 p { color: rgb(175,189,251); }

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

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

 a { background-color: rgb(175,189,251); }

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

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

 span { border-color: rgb(175,189,251); }

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