#B59FBD

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

Shades of Chatelle #B59FBD

Tints of Chatelle #B59FBD

Color information

#B59FBD (or 0xB59FBD) is unknown color: approx Chatelle. HEX triplet: B5, 9F and BD. RGB value is (181,159,189). Sum of RGB (Red+Green+Blue) = 181+159+189=529 (70% of max value = 765). Red value is 181 (71.09% from 255 or 34.22% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 189 (74.22% from 255 or 35.73% from 529); Max value from RGB is 189 - color contains mainly: blue. Hex color #B59FBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59FBD is #4A6042. Grayscale: #A8A8A8. Windows color (decimal): -4874307 or 12427189. OLE color: 12427189.

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

Color convert

RGB181159189-
CMYK0.040.1600.26
HSL284º18.52%68.24%-
HSV(B)284º15.87%74.12%-
XYZ40.6438.2953.39-
YUV169139.29136.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.22%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 189 (74.22% from 255) = 35.73%
R=34.22%
G=30.06%
B=35.73%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1811591890.040.1600.2628418.5268.24
HexB59FBD41001A11c1344
Octal26523727542003243423104
Binary10110101100111111011110110010000011010100011100100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59FBD; }

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

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

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

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

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

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

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

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