#B59FC0

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

Shades of Chatelle #B59FC0

Tints of Chatelle #B59FC0

Color information

#B59FC0 (or 0xB59FC0) is unknown color: approx Chatelle. HEX triplet: B5, 9F and C0. RGB value is (181,159,192). Sum of RGB (Red+Green+Blue) = 181+159+192=532 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.02% from 532); Green value is 159 (62.5% from 255 or 29.89% from 532); Blue value is 192 (75.39% from 255 or 36.09% from 532); Max value from RGB is 192 - color contains mainly: blue. Hex color #B59FC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FC0 is #4A603F. Grayscale: #A9A9A9. Windows color (decimal): -4874304 or 12623797. OLE color: 12623797.

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

Color convert

RGB181159192-
CMYK0.060.1700.25
HSL280º20.75%68.82%-
HSV(B)280º17.19%75.29%-
XYZ40.9738.4355.13-
YUV169.34140.79136.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.02%
GREEN value IS 159 (62.5% from 255) = 29.89%
BLUE value IS 192 (75.39% from 255) = 36.09%
R=34.02%
G=29.89%
B=36.09%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811591920.060.1700.2528020.7568.82
HexB59FC06110191181545
Octal26523730062103143025105
Binary10110101100111111100000011010001011001100011000101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FC0; }

 p { color: rgb(181,159,192); }

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

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

 a { background-color: rgb(181,159,192); }

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

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

 span { border-color: rgb(181,159,192); }

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