#AFBDEA

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

Shades of Perano #AFBDEA

Tints of Perano #AFBDEA

Color information

#AFBDEA (or 0xAFBDEA) is unknown color: approx Perano. HEX triplet: AF, BD and EA. RGB value is (175,189,234). Sum of RGB (Red+Green+Blue) = 175+189+234=598 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.26% from 598); Green value is 189 (74.22% from 255 or 31.61% from 598); Blue value is 234 (91.80% from 255 or 39.13% from 598); Max value from RGB is 234 - color contains mainly: blue. Hex color #AFBDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDEA is #504215. Grayscale: #BDBDBD. Windows color (decimal): -5259798 or 15383983. OLE color: 15383983.

HSL color Cylindrical-coordinate representation of color #AFBDEA: hue angle of 225.76º degrees, saturation: 0.58, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AFBDEA is Cyan = 0.25, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB175189234-
CMYK0.250.1900.08
HSL225.76º58.42%80.2%-
HSV(B)225.76º25.21%91.76%-
XYZ50.7351.4585.1-
YUV189.94152.86117.34-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.26%
GREEN value IS 189 (74.22% from 255) = 31.61%
BLUE value IS 234 (91.80% from 255) = 39.13%
R=29.26%
G=31.61%
B=39.13%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1751892340.250.1900.08225.7658.4280.2
HexAFBDEA191308e23a50
Octal257275352312301034272120
Binary101011111011110111101010110011001101000111000101110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDEA; }

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

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

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

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

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

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

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

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