#AFB4D9

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

Shades of Perano #AFB4D9

Tints of Perano #AFB4D9

Color information

#AFB4D9 (or 0xAFB4D9) is unknown color: approx Perano. HEX triplet: AF, B4 and D9. RGB value is (175,180,217). Sum of RGB (Red+Green+Blue) = 175+180+217=572 (75% of max value = 765). Red value is 175 (68.75% from 255 or 30.59% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 217 (85.16% from 255 or 37.94% from 572); Max value from RGB is 217 - color contains mainly: blue. Hex color #AFB4D9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4D9 is #504B26. Grayscale: #B6B6B6. Windows color (decimal): -5262119 or 14267567. OLE color: 14267567.

HSL color Cylindrical-coordinate representation of color #AFB4D9: hue angle of 232.86º degrees, saturation: 0.36, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #AFB4D9 is Cyan = 0.19, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB175180217-
CMYK0.190.1700.15
HSL232.86º35.59%76.86%-
HSV(B)232.86º19.35%85.1%-
XYZ46.5246.7772.22-
YUV182.72147.34122.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.59%
GREEN value IS 180 (70.70% from 255) = 31.47%
BLUE value IS 217 (85.16% from 255) = 37.94%
R=30.59%
G=31.47%
B=37.94%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1751802170.190.1700.15232.8635.5976.86
HexAFB4D913110Fe9244d
Octal257264331232101735144115
Binary101011111011010011011001100111000101111111010011001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4D9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4D9; }

 p { color: rgb(175,180,217); }

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

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

 a { background-color: rgb(175,180,217); }

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

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

 span { border-color: rgb(175,180,217); }

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