#A8B0DB

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

Shades of Perano #A8B0DB

Tints of Perano #A8B0DB

Color information

#A8B0DB (or 0xA8B0DB) is unknown color: approx Perano. HEX triplet: A8, B0 and DB. RGB value is (168,176,219). Sum of RGB (Red+Green+Blue) = 168+176+219=563 (74% of max value = 765). Red value is 168 (66.02% from 255 or 29.84% from 563); Green value is 176 (69.14% from 255 or 31.26% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #A8B0DB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A8B0DB is #574F24. Grayscale: #B2B2B2. Windows color (decimal): -5721893 or 14397608. OLE color: 14397608.

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

Color convert

RGB168176219-
CMYK0.230.2000.14
HSL230.59º41.46%75.88%-
HSV(B)230.59º23.29%85.88%-
XYZ44.4644.4973.26-
YUV178.51150.85120.5-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 29.84%
GREEN value IS 176 (69.14% from 255) = 31.26%
BLUE value IS 219 (85.94% from 255) = 38.90%
R=29.84%
G=31.26%
B=38.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1681762190.230.2000.14230.5941.4675.88
HexA8B0DB17140Ee7294c
Octal250260333272401634751114
Binary101010001011000011011011101111010001110111001111010011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8B0DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8B0DB; }

 p { color: rgb(168,176,219); }

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

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

 a { background-color: rgb(168,176,219); }

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

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

 span { border-color: rgb(168,176,219); }

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