#B59FBE

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

Shades of Chatelle #B59FBE

Tints of Chatelle #B59FBE

Color information

#B59FBE (or 0xB59FBE) is unknown color: approx Chatelle. HEX triplet: B5, 9F and BE. RGB value is (181,159,190). Sum of RGB (Red+Green+Blue) = 181+159+190=530 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.15% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 190 (74.61% from 255 or 35.85% from 530); Max value from RGB is 190 - color contains mainly: blue. Hex color #B59FBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FBE is #4A6041. Grayscale: #A9A9A9. Windows color (decimal): -4874306 or 12492725. OLE color: 12492725.

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

Color convert

RGB181159190-
CMYK0.050.1600.25
HSL282.58º19.25%68.43%-
HSV(B)282.58º16.32%74.51%-
XYZ40.7538.3453.97-
YUV169.11139.79136.48-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.15%
GREEN value IS 159 (62.5% from 255) = 30%
BLUE value IS 190 (74.61% from 255) = 35.85%
R=34.15%
G=30%
B=35.85%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811591900.050.1600.25282.5819.2568.43
HexB59FBE51001911b1344
Octal26523727652003143323104
Binary10110101100111111011111010110000011001100011011100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FBE; }

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

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

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

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

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

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

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

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