#B59BBF

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

Shades of Chatelle #B59BBF

Tints of Chatelle #B59BBF

Color information

#B59BBF (or 0xB59BBF) is unknown color: approx Chatelle. HEX triplet: B5, 9B and BF. RGB value is (181,155,191). Sum of RGB (Red+Green+Blue) = 181+155+191=527 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.35% from 527); Green value is 155 (60.94% from 255 or 29.41% from 527); Blue value is 191 (75% from 255 or 36.24% from 527); Max value from RGB is 191 - color contains mainly: blue. Hex color #B59BBF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B59BBF is #4A6440. Grayscale: #A6A6A6. Windows color (decimal): -4875329 or 12557237. OLE color: 12557237.

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

Color convert

RGB181155191-
CMYK0.050.1900.25
HSL283.33º21.95%67.84%-
HSV(B)283.33º18.85%74.9%-
XYZ40.1837.0354.32-
YUV166.88141.61138.07-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 34.35%
GREEN value IS 155 (60.94% from 255) = 29.41%
BLUE value IS 191 (75% from 255) = 36.24%
R=34.35%
G=29.41%
B=36.24%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1811551910.050.1900.25283.3321.9567.84
HexB59BBF51301911b1644
Octal26523327752303143326104
Binary10110101100110111011111110110011011001100011011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B59BBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B59BBF; }

 p { color: rgb(181,155,191); }

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

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

 a { background-color: rgb(181,155,191); }

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

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

 span { border-color: rgb(181,155,191); }

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