#AFB6DB

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

Shades of Perano #AFB6DB

Tints of Perano #AFB6DB

Color information

#AFB6DB (or 0xAFB6DB) is unknown color: approx Perano. HEX triplet: AF, B6 and DB. RGB value is (175,182,219). Sum of RGB (Red+Green+Blue) = 175+182+219=576 (76% of max value = 765). Red value is 175 (68.75% from 255 or 30.38% from 576); Green value is 182 (71.48% from 255 or 31.60% from 576); Blue value is 219 (85.94% from 255 or 38.02% from 576); Max value from RGB is 219 - color contains mainly: blue. Hex color #AFB6DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AFB6DB is #504924. Grayscale: #B7B7B7. Windows color (decimal): -5261605 or 14399151. OLE color: 14399151.

HSL color Cylindrical-coordinate representation of color #AFB6DB: hue angle of 230.45º 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 #AFB6DB is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB175182219-
CMYK0.200.1700.14
HSL230.45º37.93%77.25%-
HSV(B)230.45º20.09%85.88%-
XYZ47.1947.6873.73-
YUV184.12147.68121.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 30.38%
GREEN value IS 182 (71.48% from 255) = 31.60%
BLUE value IS 219 (85.94% from 255) = 38.02%
R=30.38%
G=31.60%
B=38.02%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1751822190.200.1700.14230.4537.9377.25
HexAFB6DB14110Ee6264d
Octal257266333242101634646115
Binary101011111011011011011011101001000101110111001101001101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AFB6DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AFB6DB; }

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

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

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

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

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

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

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

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