#A8B1DC

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

Shades of Perano #A8B1DC

Tints of Perano #A8B1DC

Color information

#A8B1DC (or 0xA8B1DC) is unknown color: approx Perano. HEX triplet: A8, B1 and DC. RGB value is (168,177,220). Sum of RGB (Red+Green+Blue) = 168+177+220=565 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.73% from 565); Green value is 177 (69.53% from 255 or 31.33% from 565); Blue value is 220 (86.33% from 255 or 38.94% from 565); Max value from RGB is 220 - color contains mainly: blue. Hex color #A8B1DC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B1DC is #574E23. Grayscale: #B3B3B3. Windows color (decimal): -5721636 or 14463400. OLE color: 14463400.

HSL color Cylindrical-coordinate representation of color #A8B1DC: hue angle of 229.62º degrees, saturation: 0.43, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #A8B1DC is Cyan = 0.24, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB168177220-
CMYK0.240.2000.14
HSL229.62º42.62%76.08%-
HSV(B)229.62º23.64%86.27%-
XYZ44.7944.9474.02-
YUV179.21151.02120-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.73%
GREEN value IS 177 (69.53% from 255) = 31.33%
BLUE value IS 220 (86.33% from 255) = 38.94%
R=29.73%
G=31.33%
B=38.94%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681772200.240.2000.14229.6242.6276.08
HexA8B1DC18140Ee62b4c
Octal250261334302401634653114
Binary101010001011000111011100110001010001110111001101010111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B1DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B1DC; }

 p { color: rgb(168,177,220); }

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

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

 a { background-color: rgb(168,177,220); }

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

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

 span { border-color: rgb(168,177,220); }

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