#ABB4F3

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

Shades of Perano #ABB4F3

Tints of Perano #ABB4F3

Color information

#ABB4F3 (or 0xABB4F3) is unknown color: approx Perano. HEX triplet: AB, B4 and F3. RGB value is (171,180,243). Sum of RGB (Red+Green+Blue) = 171+180+243=594 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.79% from 594); Green value is 180 (70.70% from 255 or 30.30% from 594); Blue value is 243 (95.31% from 255 or 40.91% from 594); Max value from RGB is 243 - color contains mainly: blue. Hex color #ABB4F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB4F3 is #544B0C. Grayscale: #B8B8B8. Windows color (decimal): -5524237 or 15971499. OLE color: 15971499.

HSL color Cylindrical-coordinate representation of color #ABB4F3: hue angle of 232.5º degrees, saturation: 0.75, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB4F3 is Cyan = 0.30, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB171180243-
CMYK0.300.2600.05
HSL232.5º75%81.18%-
HSV(B)232.5º29.63%95.29%-
XYZ49.2947.7791.42-
YUV184.49161.02118.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.79%
GREEN value IS 180 (70.70% from 255) = 30.30%
BLUE value IS 243 (95.31% from 255) = 40.91%
R=28.79%
G=30.30%
B=40.91%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711802430.300.2600.05232.57581.18
HexABB4F31E1A05e84b51
Octal253264363363205350113121
Binary101010111011010011110011111101101001011110100010010111010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4F3; }

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

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

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

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

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

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

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

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