#ABB3FD

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

Shades of Perano #ABB3FD

Tints of Perano #ABB3FD

Color information

#ABB3FD (or 0xABB3FD) is unknown color: approx Perano. HEX triplet: AB, B3 and FD. RGB value is (171,179,253). Sum of RGB (Red+Green+Blue) = 171+179+253=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 179 (70.31% from 255 or 29.68% from 603); Blue value is 253 (99.22% from 255 or 41.96% from 603); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABB3FD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB3FD is #544C02. Grayscale: #B8B8B8. Windows color (decimal): -5524483 or 16626603. OLE color: 16626603.

HSL color Cylindrical-coordinate representation of color #ABB3FD: hue angle of 234.15º degrees, saturation: 0.95, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB3FD is Cyan = 0.32, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171179253-
CMYK0.320.2900.01
HSL234.15º95.35%83.14%-
HSV(B)234.15º32.41%99.22%-
XYZ50.6447.9999.52-
YUV185.04166.35117.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 179 (70.31% from 255) = 29.68%
BLUE value IS 253 (99.22% from 255) = 41.96%
R=28.36%
G=29.68%
B=41.96%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711792530.320.2900.01234.1595.3583.14
HexABB3FD201D01ea5f53
Octal253263375403501352137123
Binary10101011101100111111110110000011101011110101010111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3FD; }

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

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

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

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

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

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

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

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