Shades of Chatelle #B2A3BE
Tints of Chatelle #B2A3BE
RGB
CMYK
RGB Variations
Color information
#B2A3BE (or 0xB2A3BE) is known color: Chatelle. HEX triplet: B2, A3 and BE. RGB value is (178,163,190). Sum of RGB (Red+Green+Blue) = 178+163+190=531 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.52% from 531); Green value is 163 (64.06% from 255 or 30.70% from 531); Blue value is 190 (74.61% from 255 or 35.78% from 531); Max value from RGB is 190 - color contains mainly: blue. Hex color #B2A3BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2A3BE is #4D5C41. Grayscale: #AAAAAA. Windows color (decimal): -5069890 or 12493746. OLE color: 12493746.
HSL color Cylindrical-coordinate representation of color #B2A3BE: hue angle of 273.33º degrees, saturation: 0.17, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #B2A3BE is Cyan = 0.06, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 178 | 163 | 190 | - |
| CMYK | 0.06 | 0.14 | 0 | 0.25 |
| HSL | 273.33º | 0.17% | 0.69% | - |
| HSV(B) | 273.33º | 0.14% | 0.75% | - |
| XYZ | 40.75 | 39.38 | 54.17 | - |
| YUV | 170.56 | 138.97 | 133.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 178 | 163 | 190 | 0.06 | 0.14 | 0 | 0.25 | 273.33 | 0.17 | 0.69 |
| Hex | B2 | A3 | BE | 6 | E | 0 | 19 | 111 | 11 | 45 |
| Octal | 262 | 243 | 276 | 6 | 16 | 0 | 31 | 421 | 21 | 105 |
| Binary | 10110010 | 10100011 | 10111110 | 110 | 1110 | 0 | 11001 | 100010001 | 10001 | 1000101 |
Color Harmonies of #B2A3BE
Complementary color
Monochromatic Colors of #B2A3BE
Black with #B2A3BE
Text Example
Text Example
White with #B2A3BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2A3BE; }
p { color: rgb(178,163,190); }
H1.HeaderClassName
{
color: #B2A3BE;
}
.AnyTagClassName
{
color: #B2A3BE;
}
</style>
background-color css
<style>
a { background-color: #B2A3BE; }
a { background-color: rgb(178,163,190); }
div.DivClassName
{
background-color: #B2A3BE;
}
.BgClassName
{
background-color: #B2A3BE;
}
</style>
border-color css
<style>
span { border-color: #B2A3BE; }
span { border-color: rgb(178,163,190); }
td.TdClassName
{
border-color: #B2A3BE;
}
.TagClassName
{
border-color: #B2A3BE;
}
</style>