#ABB4DE

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

Shades of Perano #ABB4DE

Tints of Perano #ABB4DE

Color information

#ABB4DE (or 0xABB4DE) is unknown color: approx Perano. HEX triplet: AB, B4 and DE. RGB value is (171,180,222). Sum of RGB (Red+Green+Blue) = 171+180+222=573 (75% of max value = 765). Red value is 171 (67.19% from 255 or 29.84% from 573); Green value is 180 (70.70% from 255 or 31.41% from 573); Blue value is 222 (87.11% from 255 or 38.74% from 573); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABB4DE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABB4DE is #544B21. Grayscale: #B5B5B5. Windows color (decimal): -5524258 or 14595243. OLE color: 14595243.

HSL color Cylindrical-coordinate representation of color #ABB4DE: hue angle of 229.41º degrees, saturation: 0.44, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #ABB4DE is Cyan = 0.23, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171180222-
CMYK0.230.1900.13
HSL229.41º43.59%77.06%-
HSV(B)229.41º22.97%87.06%-
XYZ46.346.5775.66-
YUV182.1150.52120.08-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 29.84%
GREEN value IS 180 (70.70% from 255) = 31.41%
BLUE value IS 222 (87.11% from 255) = 38.74%
R=29.84%
G=31.41%
B=38.74%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711802220.230.1900.13229.4143.5977.06
HexABB4DE17130De52c4d
Octal253264336272301534554115
Binary101010111011010011011110101111001101101111001011011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB4DE; }

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

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

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

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

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

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

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

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