Shades of Chatelle #B598BD
Tints of Chatelle #B598BD
RGB
CMYK
RGB Variations
Color information
#B598BD (or 0xB598BD) is known color: Chatelle. HEX triplet: B5, 98 and BD. RGB value is (181,152,189). Sum of RGB (Red+Green+Blue) = 181+152+189=522 (69% of max value = 765). Red value is 181 (71.09% from 255 or 34.67% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 189 (74.22% from 255 or 36.21% from 522); Max value from RGB is 189 - color contains mainly: blue. Hex color #B598BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598BD is #4A6742. Grayscale: #A4A4A4. Windows color (decimal): -4876099 or 12425397. OLE color: 12425397.
HSL color Cylindrical-coordinate representation of color #B598BD: hue angle of 287.03º degrees, saturation: 0.22, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B598BD is Cyan = 0.04, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 181 | 152 | 189 | - |
| CMYK | 0.04 | 0.20 | 0 | 0.26 |
| HSL | 287.03º | 0.22% | 0.67% | - |
| HSV(B) | 287.03º | 0.2% | 0.74% | - |
| XYZ | 39.47 | 35.95 | 53 | - |
| YUV | 164.89 | 141.61 | 139.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 189 | 0.04 | 0.20 | 0 | 0.26 | 287.03 | 0.22 | 0.67 |
| Hex | B5 | 98 | BD | 4 | 14 | 0 | 1A | 11F | 16 | 43 |
| Octal | 265 | 230 | 275 | 4 | 24 | 0 | 32 | 437 | 26 | 103 |
| Binary | 10110101 | 10011000 | 10111101 | 100 | 10100 | 0 | 11010 | 100011111 | 10110 | 1000011 |
Color Harmonies of #B598BD
Complementary color
Monochromatic Colors of #B598BD
Black with #B598BD
Text Example
Text Example
White with #B598BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598BD; }
p { color: rgb(181,152,189); }
H1.HeaderClassName
{
color: #B598BD;
}
.AnyTagClassName
{
color: #B598BD;
}
</style>
background-color css
<style>
a { background-color: #B598BD; }
a { background-color: rgb(181,152,189); }
div.DivClassName
{
background-color: #B598BD;
}
.BgClassName
{
background-color: #B598BD;
}
</style>
border-color css
<style>
span { border-color: #B598BD; }
span { border-color: rgb(181,152,189); }
td.TdClassName
{
border-color: #B598BD;
}
.TagClassName
{
border-color: #B598BD;
}
</style>