Shades of Chatelle #B89DC4
Tints of Chatelle #B89DC4
RGB
CMYK
RGB Variations
Color information
#B89DC4 (or 0xB89DC4) is known color: Chatelle. HEX triplet: B8, 9D and C4. RGB value is (184,157,196). Sum of RGB (Red+Green+Blue) = 184+157+196=537 (71% of max value = 765). Red value is 184 (72.27% from 255 or 34.26% from 537); Green value is 157 (61.72% from 255 or 29.24% from 537); Blue value is 196 (76.95% from 255 or 36.50% from 537); Max value from RGB is 196 - color contains mainly: blue. Hex color #B89DC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B89DC4 is #47623B. Grayscale: #A9A9A9. Windows color (decimal): -4678204 or 12885432. OLE color: 12885432.
HSL color Cylindrical-coordinate representation of color #B89DC4: hue angle of 281.54º degrees, saturation: 0.25, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B89DC4 is Cyan = 0.06, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 184 | 157 | 196 | - |
| CMYK | 0.06 | 0.20 | 0 | 0.23 |
| HSL | 281.54º | 0.25% | 0.69% | - |
| HSV(B) | 281.54º | 0.2% | 0.77% | - |
| XYZ | 41.79 | 38.29 | 57.41 | - |
| YUV | 169.52 | 142.95 | 138.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 157 | 196 | 0.06 | 0.20 | 0 | 0.23 | 281.54 | 0.25 | 0.69 |
| Hex | B8 | 9D | C4 | 6 | 14 | 0 | 17 | 11A | 19 | 45 |
| Octal | 270 | 235 | 304 | 6 | 24 | 0 | 27 | 432 | 31 | 105 |
| Binary | 10111000 | 10011101 | 11000100 | 110 | 10100 | 0 | 10111 | 100011010 | 11001 | 1000101 |
Color Harmonies of #B89DC4
Complementary color
Monochromatic Colors of #B89DC4
Black with #B89DC4
Text Example
Text Example
White with #B89DC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B89DC4; }
p { color: rgb(184,157,196); }
H1.HeaderClassName
{
color: #B89DC4;
}
.AnyTagClassName
{
color: #B89DC4;
}
</style>
background-color css
<style>
a { background-color: #B89DC4; }
a { background-color: rgb(184,157,196); }
div.DivClassName
{
background-color: #B89DC4;
}
.BgClassName
{
background-color: #B89DC4;
}
</style>
border-color css
<style>
span { border-color: #B89DC4; }
span { border-color: rgb(184,157,196); }
td.TdClassName
{
border-color: #B89DC4;
}
.TagClassName
{
border-color: #B89DC4;
}
</style>