#ABB3E2

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

Shades of Perano #ABB3E2

Tints of Perano #ABB3E2

Color information

#ABB3E2 (or 0xABB3E2) is unknown color: approx Perano. HEX triplet: AB, B3 and E2. RGB value is (171,179,226). Sum of RGB (Red+Green+Blue) = 171+179+226=576 (76% of max value = 765). Red value is 171 (67.19% from 255 or 29.69% from 576); Green value is 179 (70.31% from 255 or 31.08% from 576); Blue value is 226 (88.67% from 255 or 39.24% from 576); Max value from RGB is 226 - color contains mainly: blue. Hex color #ABB3E2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB3E2 is #544C1D. Grayscale: #B5B5B5. Windows color (decimal): -5524510 or 14857131. OLE color: 14857131.

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

Color convert

RGB171179226-
CMYK0.240.2100.11
HSL231.27º48.67%77.84%-
HSV(B)231.27º24.34%88.63%-
XYZ46.6446.3978.45-
YUV181.97152.85120.18-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.69%
GREEN value IS 179 (70.31% from 255) = 31.08%
BLUE value IS 226 (88.67% from 255) = 39.24%
R=29.69%
G=31.08%
B=39.24%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1711792260.240.2100.11231.2748.6777.84
HexABB3E218150Be7314e
Octal253263342302501334761116
Binary101010111011001111100010110001010101011111001111100011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB3E2; }

 p { color: rgb(171,179,226); }

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

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

 a { background-color: rgb(171,179,226); }

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

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

 span { border-color: rgb(171,179,226); }

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