#ABB4FB

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

Shades of Perano #ABB4FB

Tints of Perano #ABB4FB

Color information

#ABB4FB (or 0xABB4FB) is unknown color: approx Perano. HEX triplet: AB, B4 and FB. RGB value is (171,180,251). Sum of RGB (Red+Green+Blue) = 171+180+251=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 180 (70.70% from 255 or 29.90% from 602); Blue value is 251 (98.44% from 255 or 41.69% from 602); Max value from RGB is 251 - color contains mainly: blue. Hex color #ABB4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FB is #544B04. Grayscale: #B9B9B9. Windows color (decimal): -5524229 or 16495787. OLE color: 16495787.

HSL color Cylindrical-coordinate representation of color #ABB4FB: hue angle of 233.25º degrees, saturation: 0.91, 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 #ABB4FB is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB171180251-
CMYK0.320.2800.02
HSL233.25º90.91%82.75%-
HSV(B)233.25º31.87%98.43%-
XYZ50.5348.2797.92-
YUV185.4165.02117.73-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.41%
GREEN value IS 180 (70.70% from 255) = 29.90%
BLUE value IS 251 (98.44% from 255) = 41.69%
R=28.41%
G=29.90%
B=41.69%

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
Decimal1711802510.320.2800.02233.2590.9182.75
HexABB4FB201C02e95b53
Octal253264373403402351133123
Binary101010111011010011111011100000111000101110100110110111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4FB; }

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

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

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

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

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

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

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

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