#ABB4FC

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

Shades of Perano #ABB4FC

Tints of Perano #ABB4FC

Color information

#ABB4FC (or 0xABB4FC) is unknown color: approx Perano. HEX triplet: AB, B4 and FC. RGB value is (171,180,252). Sum of RGB (Red+Green+Blue) = 171+180+252=603 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.36% from 603); Green value is 180 (70.70% from 255 or 29.85% from 603); Blue value is 252 (98.83% from 255 or 41.79% from 603); Max value from RGB is 252 - color contains mainly: blue. Hex color #ABB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4FC is #544B03. Grayscale: #B9B9B9. Windows color (decimal): -5524228 or 16561323. OLE color: 16561323.

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

Color convert

RGB171180252-
CMYK0.320.2900.01
HSL233.33º93.1%82.94%-
HSV(B)233.33º32.14%98.82%-
XYZ50.6948.3398.75-
YUV185.52165.52117.65-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.36%
GREEN value IS 180 (70.70% from 255) = 29.85%
BLUE value IS 252 (98.83% from 255) = 41.79%
R=28.36%
G=29.85%
B=41.79%

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
Decimal1711802520.320.2900.01233.3393.182.94
HexABB4FC201D01e95d53
Octal253264374403501351135123
Binary10101011101101001111110010000011101011110100110111011010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4FC; }

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

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

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

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

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

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

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

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