#ABB9DB

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

Shades of Perano #ABB9DB

Tints of Perano #ABB9DB

Color information

#ABB9DB (or 0xABB9DB) is unknown color: approx Perano. HEX triplet: AB, B9 and DB. RGB value is (171,185,219). Sum of RGB (Red+Green+Blue) = 171+185+219=575 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.74% from 575); Green value is 185 (72.66% from 255 or 32.17% from 575); Blue value is 219 (85.94% from 255 or 38.09% from 575); Max value from RGB is 219 - color contains mainly: blue. Hex color #ABB9DB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB9DB is #544624. Grayscale: #B8B8B8. Windows color (decimal): -5522981 or 14399915. OLE color: 14399915.

HSL color Cylindrical-coordinate representation of color #ABB9DB: hue angle of 222.5º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABB9DB is Cyan = 0.22, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB171185219-
CMYK0.220.1600.14
HSL222.5º40%76.47%-
HSV(B)222.5º21.92%85.88%-
XYZ46.9348.4773.9-
YUV184.69147.36118.24-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.74%
GREEN value IS 185 (72.66% from 255) = 32.17%
BLUE value IS 219 (85.94% from 255) = 38.09%
R=29.74%
G=32.17%
B=38.09%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1711852190.220.1600.14222.54076.47
HexABB9DB16100Ede284c
Octal253271333262001633650114
Binary101010111011100111011011101101000001110110111101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB9DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB9DB; }

 p { color: rgb(171,185,219); }

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

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

 a { background-color: rgb(171,185,219); }

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

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

 span { border-color: rgb(171,185,219); }

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