#B59EBD

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

Shades of Chatelle #B59EBD

Tints of Chatelle #B59EBD

Color information

#B59EBD (or 0xB59EBD) is unknown color: approx Chatelle. HEX triplet: B5, 9E and BD. RGB value is (181,158,189). Sum of RGB (Red+Green+Blue) = 181+158+189=528 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.28% from 528); Green value is 158 (62.11% from 255 or 29.92% from 528); Blue value is 189 (74.22% from 255 or 35.80% from 528); Max value from RGB is 189 - color contains mainly: blue. Hex color #B59EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59EBD is #4A6142. Grayscale: #A8A8A8. Windows color (decimal): -4874563 or 12426933. OLE color: 12426933.

HSL color Cylindrical-coordinate representation of color #B59EBD: hue angle of 284.52º 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 #B59EBD is Cyan = 0.04, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB181158189-
CMYK0.040.1600.26
HSL284.52º19.02%68.04%-
HSV(B)284.52º16.4%74.12%-
XYZ40.4737.9553.34-
YUV168.41139.62136.98-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.28%
GREEN value IS 158 (62.11% from 255) = 29.92%
BLUE value IS 189 (74.22% from 255) = 35.80%
R=34.28%
G=29.92%
B=35.80%

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
Decimal1811581890.040.1600.26284.5219.0268.04
HexB59EBD41001A11d1344
Octal26523627542003243523104
Binary10110101100111101011110110010000011010100011101100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59EBD; }

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

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

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

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

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

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

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

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