#B19FB6

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

Shades of Chatelle #B19FB6

Tints of Chatelle #B19FB6

Color information

#B19FB6 (or 0xB19FB6) is unknown color: approx Chatelle. HEX triplet: B1, 9F and B6. RGB value is (177,159,182). Sum of RGB (Red+Green+Blue) = 177+159+182=518 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.17% from 518); Green value is 159 (62.5% from 255 or 30.69% from 518); Blue value is 182 (71.48% from 255 or 35.14% from 518); Max value from RGB is 182 - color contains mainly: blue. Hex color #B19FB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19FB6 is #4E6049. Grayscale: #A6A6A6. Windows color (decimal): -5136458 or 11968433. OLE color: 11968433.

HSL color Cylindrical-coordinate representation of color #B19FB6: hue angle of 286.96º degrees, saturation: 0.14, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #B19FB6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB177159182-
CMYK0.030.1300.29
HSL286.96º13.61%66.86%-
HSV(B)286.96º12.64%71.37%-
XYZ38.9737.5249.44-
YUV167136.46135.13-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 34.17%
GREEN value IS 159 (62.5% from 255) = 30.69%
BLUE value IS 182 (71.48% from 255) = 35.14%
R=34.17%
G=30.69%
B=35.14%

CMYK

C (Cyan) values IS 0.03
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1771591820.030.1300.29286.9613.6166.86
HexB19FB63D01D11fe43
Octal26123726631503543716103
Binary10110001100111111011011011110101110110001111111101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B19FB6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B19FB6; }

 p { color: rgb(177,159,182); }

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

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

 a { background-color: rgb(177,159,182); }

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

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

 span { border-color: rgb(177,159,182); }

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