#ABB5EE

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

Shades of Perano #ABB5EE

Tints of Perano #ABB5EE

Color information

#ABB5EE (or 0xABB5EE) is unknown color: approx Perano. HEX triplet: AB, B5 and EE. RGB value is (171,181,238). Sum of RGB (Red+Green+Blue) = 171+181+238=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 181 (71.09% from 255 or 30.68% from 590); Blue value is 238 (93.36% from 255 or 40.34% from 590); Max value from RGB is 238 - color contains mainly: blue. Hex color #ABB5EE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #ABB5EE is #544A11. Grayscale: #B8B8B8. Windows color (decimal): -5523986 or 15644075. OLE color: 15644075.

HSL color Cylindrical-coordinate representation of color #ABB5EE: hue angle of 231.04º degrees, saturation: 0.66, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #ABB5EE is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB171181238-
CMYK0.280.2400.07
HSL231.04º66.34%80.2%-
HSV(B)231.04º28.15%93.33%-
XYZ48.7547.8887.56-
YUV184.51158.19118.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.98%
GREEN value IS 181 (71.09% from 255) = 30.68%
BLUE value IS 238 (93.36% from 255) = 40.34%
R=28.98%
G=30.68%
B=40.34%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1711812380.280.2400.07231.0466.3480.2
HexABB5EE1C1807e74250
Octal253265356343007347102120
Binary101010111011010111101110111001100001111110011110000101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB5EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB5EE; }

 p { color: rgb(171,181,238); }

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

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

 a { background-color: rgb(171,181,238); }

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

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

 span { border-color: rgb(171,181,238); }

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