#ABB2F2

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

Shades of Perano #ABB2F2

Tints of Perano #ABB2F2

Color information

#ABB2F2 (or 0xABB2F2) is unknown color: approx Perano. HEX triplet: AB, B2 and F2. RGB value is (171,178,242). Sum of RGB (Red+Green+Blue) = 171+178+242=591 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.93% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 242 (94.92% from 255 or 40.95% from 591); Max value from RGB is 242 - color contains mainly: blue. Hex color #ABB2F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #ABB2F2 is #544D0D. Grayscale: #B6B6B6. Windows color (decimal): -5524750 or 15905451. OLE color: 15905451.

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

Color convert

RGB171178242-
CMYK0.290.2600.05
HSL234.08º73.2%80.98%-
HSV(B)234.08º29.34%94.9%-
XYZ48.7446.9190.49-
YUV183.2161.18119.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.93%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 242 (94.92% from 255) = 40.95%
R=28.93%
G=30.12%
B=40.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1711782420.290.2600.05234.0873.280.98
HexABB2F21D1A05ea4951
Octal253262362353205352111121
Binary101010111011001011110010111011101001011110101010010011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB2F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB2F2; }

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

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

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

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

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

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

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

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