#ABB2FD

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

Shades of Perano #ABB2FD

Tints of Perano #ABB2FD

Color information

#ABB2FD (or 0xABB2FD) is unknown color: approx Perano. HEX triplet: AB, B2 and FD. RGB value is (171,178,253). Sum of RGB (Red+Green+Blue) = 171+178+253=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 178 (69.92% from 255 or 29.57% from 602); Blue value is 253 (99.22% from 255 or 42.03% from 602); Max value from RGB is 253 - color contains mainly: blue. Hex color #ABB2FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2FD is #544D02. Grayscale: #B8B8B8. Windows color (decimal): -5524739 or 16626347. OLE color: 16626347.

HSL color Cylindrical-coordinate representation of color #ABB2FD: hue angle of 234.88º 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 #ABB2FD is Cyan = 0.32, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB171178253-
CMYK0.320.3000.01
HSL234.88º95.35%83.14%-
HSV(B)234.88º32.41%99.22%-
XYZ50.4447.5999.46-
YUV184.46166.68118.4-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 178 (69.92% from 255) = 29.57%
BLUE value IS 253 (99.22% from 255) = 42.03%
R=28.41%
G=29.57%
B=42.03%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1711782530.320.3000.01234.8895.3583.14
HexABB2FD201E01eb5f53
Octal253262375403601353137123
Binary10101011101100101111110110000011110011110101110111111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2FD; }

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

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

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

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

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

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

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

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