#AFB4DB

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

Shades of Perano #AFB4DB

Tints of Perano #AFB4DB

Color information

#AFB4DB (or 0xAFB4DB) is unknown color: approx Perano. HEX triplet: AF, B4 and DB. RGB value is (175,180,219). Sum of RGB (Red+Green+Blue) = 175+180+219=574 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.49% from 574); Green value is 180 (70.70% from 255 or 31.36% from 574); Blue value is 219 (85.94% from 255 or 38.15% from 574); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB4DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB4DB is #504B24. Grayscale: #B6B6B6. Windows color (decimal): -5262117 or 14398639. OLE color: 14398639.

HSL color Cylindrical-coordinate representation of color #AFB4DB: hue angle of 233.18º degrees, saturation: 0.38, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AFB4DB is Cyan = 0.20, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175180219-
CMYK0.200.1800.14
HSL233.18º37.93%77.25%-
HSV(B)233.18º20.09%85.88%-
XYZ46.7946.8773.6-
YUV182.95148.34122.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.49%
GREEN value IS 180 (70.70% from 255) = 31.36%
BLUE value IS 219 (85.94% from 255) = 38.15%
R=30.49%
G=31.36%
B=38.15%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751802190.200.1800.14233.1837.9377.25
HexAFB4DB14120Ee9264d
Octal257264333242201635146115
Binary101011111011010011011011101001001001110111010011001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB4DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB4DB; }

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

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

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

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

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

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

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

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