#B59DBE

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

Shades of Chatelle #B59DBE

Tints of Chatelle #B59DBE

Color information

#B59DBE (or 0xB59DBE) is unknown color: approx Chatelle. HEX triplet: B5, 9D and BE. RGB value is (181,157,190). Sum of RGB (Red+Green+Blue) = 181+157+190=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 190 (74.61% from 255 or 35.98% from 528); Max value from RGB is 190 - color contains mainly: blue. Hex color #B59DBE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DBE is #4A6241. Grayscale: #A7A7A7. Windows color (decimal): -4874818 or 12492213. OLE color: 12492213.

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

Color convert

RGB181157190-
CMYK0.050.1700.25
HSL283.64º20.25%68.04%-
HSV(B)283.64º17.37%74.51%-
XYZ40.4137.6653.85-
YUV167.94140.45137.32-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 157 (61.72% from 255) = 29.73%
BLUE value IS 190 (74.61% from 255) = 35.98%
R=34.28%
G=29.73%
B=35.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811571900.050.1700.25283.6420.2568.04
HexB59DBE51101911c1444
Octal26523527652103143424104
Binary10110101100111011011111010110001011001100011100101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DBE; }

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

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

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

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

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

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

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

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