#AFBDE9

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

Shades of Perano #AFBDE9

Tints of Perano #AFBDE9

Color information

#AFBDE9 (or 0xAFBDE9) is unknown color: approx Perano. HEX triplet: AF, BD and E9. RGB value is (175,189,233). Sum of RGB (Red+Green+Blue) = 175+189+233=597 (79% of max value = 765). Red value is 175 (68.75% from 255 or 29.31% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 233 (91.41% from 255 or 39.03% from 597); Max value from RGB is 233 - color contains mainly: blue. Hex color #AFBDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDE9 is #504216. Grayscale: #BDBDBD. Windows color (decimal): -5259799 or 15318447. OLE color: 15318447.

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

Color convert

RGB175189233-
CMYK0.250.1900.09
HSL225.52º56.86%80%-
HSV(B)225.52º24.89%91.37%-
XYZ50.5851.3984.34-
YUV189.83152.36117.42-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 29.31%
GREEN value IS 189 (74.22% from 255) = 31.66%
BLUE value IS 233 (91.41% from 255) = 39.03%
R=29.31%
G=31.66%
B=39.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1751892330.250.1900.09225.5256.8680
HexAFBDE9191309e23950
Octal257275351312301134271120
Binary101011111011110111101001110011001101001111000101110011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDE9; }

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

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

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

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

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

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

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

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