Shades of Chatelle #B19EB6
Tints of Chatelle #B19EB6
RGB
CMYK
RGB Variations
Color information
#B19EB6 (or 0xB19EB6) is known color: Chatelle. HEX triplet: B1, 9E and B6. RGB value is (177,158,182). Sum of RGB (Red+Green+Blue) = 177+158+182=517 (68% of max value = 765). Red value is 177 (69.53% from 255 or 34.24% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 182 (71.48% from 255 or 35.20% from 517); Max value from RGB is 182 - color contains mainly: blue. Hex color #B19EB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B19EB6 is #4E6149. Grayscale: #A6A6A6. Windows color (decimal): -5136714 or 11968177. OLE color: 11968177.
HSL color Cylindrical-coordinate representation of color #B19EB6: hue angle of 287.5º 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 #B19EB6 is Cyan = 0.03, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 177 | 158 | 182 | - |
CMYK | 0.03 | 0.13 | 0 | 0.29 |
HSL | 287.5º | 0.14% | 0.67% | - |
HSV(B) | 287.5º | 0.13% | 0.71% | - |
XYZ | 38.8 | 37.18 | 49.39 | - |
YUV | 166.42 | 136.79 | 135.55 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 177 | 158 | 182 | 0.03 | 0.13 | 0 | 0.29 | 287.5 | 0.14 | 0.67 |
Hex | B1 | 9E | B6 | 3 | D | 0 | 1D | 120 | E | 43 |
Octal | 261 | 236 | 266 | 3 | 15 | 0 | 35 | 440 | 16 | 103 |
Binary | 10110001 | 10011110 | 10110110 | 11 | 1101 | 0 | 11101 | 100100000 | 1110 | 1000011 |
Color Harmonies of #B19EB6
Complementary color
Monochromatic Colors of #B19EB6
Black with #B19EB6
Text Example
Text Example
White with #B19EB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B19EB6; }
p { color: rgb(177,158,182); }
H1.HeaderClassName
{
color: #B19EB6;
}
.AnyTagClassName
{
color: #B19EB6;
}
</style>
background-color css
<style>
a { background-color: #B19EB6; }
a { background-color: rgb(177,158,182); }
div.DivClassName
{
background-color: #B19EB6;
}
.BgClassName
{
background-color: #B19EB6;
}
</style>
border-color css
<style>
span { border-color: #B19EB6; }
span { border-color: rgb(177,158,182); }
td.TdClassName
{
border-color: #B19EB6;
}
.TagClassName
{
border-color: #B19EB6;
}
</style>