#ABB4E3

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

Shades of Perano #ABB4E3

Tints of Perano #ABB4E3

Color information

#ABB4E3 (or 0xABB4E3) is unknown color: approx Perano. HEX triplet: AB, B4 and E3. RGB value is (171,180,227). Sum of RGB (Red+Green+Blue) = 171+180+227=578 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.58% from 578); Green value is 180 (70.70% from 255 or 31.14% from 578); Blue value is 227 (89.06% from 255 or 39.27% from 578); Max value from RGB is 227 - color contains mainly: blue. Hex color #ABB4E3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4E3 is #544B1C. Grayscale: #B6B6B6. Windows color (decimal): -5524253 or 14922923. OLE color: 14922923.

HSL color Cylindrical-coordinate representation of color #ABB4E3: hue angle of 230.36º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #ABB4E3 is Cyan = 0.25, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB171180227-
CMYK0.250.2100.11
HSL230.36º50%78.04%-
HSV(B)230.36º24.67%89.02%-
XYZ46.9846.8579.24-
YUV182.67153.02119.68-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.58%
GREEN value IS 180 (70.70% from 255) = 31.14%
BLUE value IS 227 (89.06% from 255) = 39.27%
R=29.58%
G=31.14%
B=39.27%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711802270.250.2100.11230.365078.04
HexABB4E319150Be6324e
Octal253264343312501334662116
Binary101010111011010011100011110011010101011111001101100101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4E3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4E3; }

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

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

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

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

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

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

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

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