#ABB3DA

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

Shades of Perano #ABB3DA

Tints of Perano #ABB3DA

Color information

#ABB3DA (or 0xABB3DA) is unknown color: approx Perano. HEX triplet: AB, B3 and DA. RGB value is (171,179,218). Sum of RGB (Red+Green+Blue) = 171+179+218=568 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.11% from 568); Green value is 179 (70.31% from 255 or 31.51% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #ABB3DA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3DA is #544C25. Grayscale: #B4B4B4. Windows color (decimal): -5524518 or 14332843. OLE color: 14332843.

HSL color Cylindrical-coordinate representation of color #ABB3DA: hue angle of 229.79º degrees, saturation: 0.39, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABB3DA is Cyan = 0.22, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB171179218-
CMYK0.220.1800.15
HSL229.79º38.84%76.27%-
HSV(B)229.79º21.56%85.49%-
XYZ45.5745.9672.8-
YUV181.05148.85120.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.11%
GREEN value IS 179 (70.31% from 255) = 31.51%
BLUE value IS 218 (85.55% from 255) = 38.38%
R=30.11%
G=31.51%
B=38.38%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1711792180.220.1800.15229.7938.8476.27
HexABB3DA16120Fe6274c
Octal253263332262201734647114
Binary101010111011001111011010101101001001111111001101001111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3DA; }

 p { color: rgb(171,179,218); }

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

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

 a { background-color: rgb(171,179,218); }

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

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

 span { border-color: rgb(171,179,218); }

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