#B59CBE

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

Shades of Chatelle #B59CBE

Tints of Chatelle #B59CBE

Color information

#B59CBE (or 0xB59CBE) is unknown color: approx Chatelle. HEX triplet: B5, 9C and BE. RGB value is (181,156,190). Sum of RGB (Red+Green+Blue) = 181+156+190=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 156 (61.33% from 255 or 29.60% from 527); Blue value is 190 (74.61% from 255 or 36.05% from 527); Max value from RGB is 190 - color contains mainly: blue. Hex color #B59CBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CBE is #4A6341. Grayscale: #A7A7A7. Windows color (decimal): -4875074 or 12491957. OLE color: 12491957.

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

Color convert

RGB181156190-
CMYK0.050.1800.25
HSL284.12º20.73%67.84%-
HSV(B)284.12º17.89%74.51%-
XYZ40.2437.3253.8-
YUV167.35140.78137.74-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 156 (61.33% from 255) = 29.60%
BLUE value IS 190 (74.61% from 255) = 36.05%
R=34.35%
G=29.60%
B=36.05%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811561900.050.1800.25284.1220.7367.84
HexB59CBE51201911c1544
Octal26523427652203143425104
Binary10110101100111001011111010110010011001100011100101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CBE; }

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

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

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

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

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

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

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

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