Shades of Chatelle #B097B4
Tints of Chatelle #B097B4
RGB
CMYK
RGB Variations
Color information
#B097B4 (or 0xB097B4) is known color: Chatelle. HEX triplet: B0, 97 and B4. RGB value is (176,151,180). Sum of RGB (Red+Green+Blue) = 176+151+180=507 (67% of max value = 765). Red value is 176 (69.14% from 255 or 34.71% from 507); Green value is 151 (59.38% from 255 or 29.78% from 507); Blue value is 180 (70.70% from 255 or 35.50% from 507); Max value from RGB is 180 - color contains mainly: blue. Hex color #B097B4 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B097B4 is #4F684B. Grayscale: #A1A1A1. Windows color (decimal): -5204044 or 11835312. OLE color: 11835312.
HSL color Cylindrical-coordinate representation of color #B097B4: hue angle of 291.72º degrees, saturation: 0.16, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #B097B4 is Cyan = 0.02, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 176 | 151 | 180 | - |
CMYK | 0.02 | 0.16 | 0 | 0.29 |
HSL | 291.72º | 0.16% | 0.65% | - |
HSV(B) | 291.72º | 0.16% | 0.71% | - |
XYZ | 37.21 | 34.66 | 47.91 | - |
YUV | 161.78 | 138.28 | 138.14 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 176 | 151 | 180 | 0.02 | 0.16 | 0 | 0.29 | 291.72 | 0.16 | 0.65 |
Hex | B0 | 97 | B4 | 2 | 10 | 0 | 1D | 124 | 10 | 41 |
Octal | 260 | 227 | 264 | 2 | 20 | 0 | 35 | 444 | 20 | 101 |
Binary | 10110000 | 10010111 | 10110100 | 10 | 10000 | 0 | 11101 | 100100100 | 10000 | 1000001 |
Color Harmonies of #B097B4
Complementary color
Monochromatic Colors of #B097B4
Black with #B097B4
Text Example
Text Example
White with #B097B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B097B4; }
p { color: rgb(176,151,180); }
H1.HeaderClassName
{
color: #B097B4;
}
.AnyTagClassName
{
color: #B097B4;
}
</style>
background-color css
<style>
a { background-color: #B097B4; }
a { background-color: rgb(176,151,180); }
div.DivClassName
{
background-color: #B097B4;
}
.BgClassName
{
background-color: #B097B4;
}
</style>
border-color css
<style>
span { border-color: #B097B4; }
span { border-color: rgb(176,151,180); }
td.TdClassName
{
border-color: #B097B4;
}
.TagClassName
{
border-color: #B097B4;
}
</style>