#ABB6F4

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

Shades of Perano #ABB6F4

Tints of Perano #ABB6F4

Color information

#ABB6F4 (or 0xABB6F4) is unknown color: approx Perano. HEX triplet: AB, B6 and F4. RGB value is (171,182,244). Sum of RGB (Red+Green+Blue) = 171+182+244=597 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.64% from 597); Green value is 182 (71.48% from 255 or 30.49% from 597); Blue value is 244 (95.70% from 255 or 40.87% from 597); Max value from RGB is 244 - color contains mainly: blue. Hex color #ABB6F4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB6F4 is #54490B. Grayscale: #B9B9B9. Windows color (decimal): -5523724 or 16037547. OLE color: 16037547.

HSL color Cylindrical-coordinate representation of color #ABB6F4: hue angle of 230.96º degrees, saturation: 0.77, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #ABB6F4 is Cyan = 0.30, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB171182244-
CMYK0.300.2500.04
HSL230.96º76.84%81.37%-
HSV(B)230.96º29.92%95.69%-
XYZ49.8548.6592.35-
YUV185.78160.86117.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.64%
GREEN value IS 182 (71.48% from 255) = 30.49%
BLUE value IS 244 (95.70% from 255) = 40.87%
R=28.64%
G=30.49%
B=40.87%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1711822440.300.2500.04230.9676.8481.37
HexABB6F41E1904e74d51
Octal253266364363104347115121
Binary101010111011011011110100111101100101001110011110011011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB6F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB6F4; }

 p { color: rgb(171,182,244); }

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

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

 a { background-color: rgb(171,182,244); }

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

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

 span { border-color: rgb(171,182,244); }

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