#B59DBB

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

Shades of Chatelle #B59DBB

Tints of Chatelle #B59DBB

Color information

#B59DBB (or 0xB59DBB) is unknown color: approx Chatelle. HEX triplet: B5, 9D and BB. RGB value is (181,157,187). Sum of RGB (Red+Green+Blue) = 181+157+187=525 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.48% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 187 (73.44% from 255 or 35.62% from 525); Max value from RGB is 187 - color contains mainly: blue. Hex color #B59DBB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59DBB is #4A6244. Grayscale: #A7A7A7. Windows color (decimal): -4874821 or 12295605. OLE color: 12295605.

HSL color Cylindrical-coordinate representation of color #B59DBB: hue angle of 288º degrees, saturation: 0.18, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B59DBB is Cyan = 0.03, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB181157187-
CMYK0.030.1600.27
HSL288º18.07%67.45%-
HSV(B)288º16.04%73.33%-
XYZ40.0837.5352.14-
YUV167.6138.95137.56-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.48%
GREEN value IS 157 (61.72% from 255) = 29.90%
BLUE value IS 187 (73.44% from 255) = 35.62%
R=34.48%
G=29.90%
B=35.62%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1811571870.030.1600.2728818.0767.45
HexB59DBB31001B1201243
Octal26523527332003344022103
Binary1011010110011101101110111110000011011100100000100101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59DBB; }

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

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

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

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

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

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

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

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