#ABB4FA

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

Shades of Perano #ABB4FA

Tints of Perano #ABB4FA

Color information

#ABB4FA (or 0xABB4FA) is unknown color: approx Perano. HEX triplet: AB, B4 and FA. RGB value is (171,180,250). Sum of RGB (Red+Green+Blue) = 171+180+250=601 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.45% from 601); Green value is 180 (70.70% from 255 or 29.95% from 601); Blue value is 250 (98.05% from 255 or 41.60% from 601); Max value from RGB is 250 - color contains mainly: blue. Hex color #ABB4FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FA is #544B05. Grayscale: #B9B9B9. Windows color (decimal): -5524230 or 16430251. OLE color: 16430251.

HSL color Cylindrical-coordinate representation of color #ABB4FA: hue angle of 233.16º degrees, saturation: 0.89, lightness: 0.83%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #ABB4FA is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171180250-
CMYK0.320.2800.02
HSL233.16º88.76%82.55%-
HSV(B)233.16º31.6%98.04%-
XYZ50.3748.297.09-
YUV185.29164.52117.81-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.45%
GREEN value IS 180 (70.70% from 255) = 29.95%
BLUE value IS 250 (98.05% from 255) = 41.60%
R=28.45%
G=29.95%
B=41.60%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1711802500.320.2800.02233.1688.7682.55
HexABB4FA201C02e95953
Octal253264372403402351131123
Binary101010111011010011111010100000111000101110100110110011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4FA; }

 p { color: rgb(171,180,250); }

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

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

 a { background-color: rgb(171,180,250); }

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

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

 span { border-color: rgb(171,180,250); }

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