#B59CBF

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

Shades of Chatelle #B59CBF

Tints of Chatelle #B59CBF

Color information

#B59CBF (or 0xB59CBF) is unknown color: approx Chatelle. HEX triplet: B5, 9C and BF. RGB value is (181,156,191). Sum of RGB (Red+Green+Blue) = 181+156+191=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 191 (75% from 255 or 36.17% from 528); Max value from RGB is 191 - color contains mainly: blue. Hex color #B59CBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59CBF is #4A6340. Grayscale: #A7A7A7. Windows color (decimal): -4875073 or 12557493. OLE color: 12557493.

HSL color Cylindrical-coordinate representation of color #B59CBF: hue angle of 282.86º 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 #B59CBF is Cyan = 0.05, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB181156191-
CMYK0.050.1800.25
HSL282.86º21.47%68.04%-
HSV(B)282.86º18.32%74.9%-
XYZ40.3537.3654.38-
YUV167.46141.28137.65-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 156 (61.33% from 255) = 29.55%
BLUE value IS 191 (75% from 255) = 36.17%
R=34.28%
G=29.55%
B=36.17%

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
Decimal1811561910.050.1800.25282.8621.4768.04
HexB59CBF51201911b1544
Octal26523427752203143325104
Binary10110101100111001011111110110010011001100011011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59CBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59CBF; }

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

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

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

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

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

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

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

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