#ABB0DE

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

Shades of Perano #ABB0DE

Tints of Perano #ABB0DE

Color information

#ABB0DE (or 0xABB0DE) is unknown color: approx Perano. HEX triplet: AB, B0 and DE. RGB value is (171,176,222). Sum of RGB (Red+Green+Blue) = 171+176+222=569 (75% of max value = 765). Red value is 171 (67.19% from 255 or 30.05% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #ABB0DE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #ABB0DE is #544F21. Grayscale: #B3B3B3. Windows color (decimal): -5525282 or 14594219. OLE color: 14594219.

HSL color Cylindrical-coordinate representation of color #ABB0DE: hue angle of 234.12º 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 #ABB0DE is Cyan = 0.23, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB171176222-
CMYK0.230.2100.13
HSL234.12º43.59%77.06%-
HSV(B)234.12º22.97%87.06%-
XYZ45.544.9875.39-
YUV179.75151.84121.76-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 30.05%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 222 (87.11% from 255) = 39.02%
R=30.05%
G=30.93%
B=39.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1711762220.230.2100.13234.1243.5977.06
HexABB0DE17150Dea2c4d
Octal253260336272501535254115
Binary101010111011000011011110101111010101101111010101011001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABB0DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABB0DE; }

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

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

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

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

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

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

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

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