#AFBDF7

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

Shades of Perano #AFBDF7

Tints of Perano #AFBDF7

Color information

#AFBDF7 (or 0xAFBDF7) is unknown color: approx Perano. HEX triplet: AF, BD and F7. RGB value is (175,189,247). Sum of RGB (Red+Green+Blue) = 175+189+247=611 (80% of max value = 765). Red value is 175 (68.75% from 255 or 28.64% from 611); Green value is 189 (74.22% from 255 or 30.93% from 611); Blue value is 247 (96.88% from 255 or 40.43% from 611); Max value from RGB is 247 - color contains mainly: blue. Hex color #AFBDF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AFBDF7 is #504208. Grayscale: #BFBFBF. Windows color (decimal): -5259785 or 16235951. OLE color: 16235951.

HSL color Cylindrical-coordinate representation of color #AFBDF7: hue angle of 228.33º degrees, saturation: 0.82, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AFBDF7 is Cyan = 0.29, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB175189247-
CMYK0.290.2300.03
HSL228.33º81.82%82.75%-
HSV(B)228.33º29.15%96.86%-
XYZ52.6752.2295.3-
YUV191.43159.36116.28-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 28.64%
GREEN value IS 189 (74.22% from 255) = 30.93%
BLUE value IS 247 (96.88% from 255) = 40.43%
R=28.64%
G=30.93%
B=40.43%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1751892470.290.2300.03228.3381.8282.75
HexAFBDF71D1703e45253
Octal257275367352703344122123
Binary10101111101111011111011111101101110111110010010100101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFBDF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFBDF7; }

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

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

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

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

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

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

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

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