#B59ABE

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

Shades of Chatelle #B59ABE

Tints of Chatelle #B59ABE

Color information

#B59ABE (or 0xB59ABE) is unknown color: approx Chatelle. HEX triplet: B5, 9A and BE. RGB value is (181,154,190). Sum of RGB (Red+Green+Blue) = 181+154+190=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 154 (60.55% from 255 or 29.33% from 525); Blue value is 190 (74.61% from 255 or 36.19% from 525); Max value from RGB is 190 - color contains mainly: blue. Hex color #B59ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59ABE is #4A6541. Grayscale: #A6A6A6. Windows color (decimal): -4875586 or 12491445. OLE color: 12491445.

HSL color Cylindrical-coordinate representation of color #B59ABE: hue angle of 285º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B59ABE is Cyan = 0.05, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181154190-
CMYK0.050.1900.25
HSL285º21.69%67.45%-
HSV(B)285º18.95%74.51%-
XYZ39.9136.6553.69-
YUV166.18141.45138.57-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 154 (60.55% from 255) = 29.33%
BLUE value IS 190 (74.61% from 255) = 36.19%
R=34.48%
G=29.33%
B=36.19%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811541900.050.1900.2528521.6967.45
HexB59ABE51301911d1643
Octal26523227652303143526103
Binary10110101100110101011111010110011011001100011101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59ABE; }

 p { color: rgb(181,154,190); }

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

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

 a { background-color: rgb(181,154,190); }

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

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

 span { border-color: rgb(181,154,190); }

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