Shades of Chatelle #B2ACB6
Tints of Chatelle #B2ACB6
RGB
CMYK
RGB Variations
Color information
#B2ACB6 (or 0xB2ACB6) is known color: Chatelle. HEX triplet: B2, AC and B6. RGB value is (178,172,182). Sum of RGB (Red+Green+Blue) = 178+172+182=532 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.46% from 532); Green value is 172 (67.58% from 255 or 32.33% from 532); Blue value is 182 (71.48% from 255 or 34.21% from 532); Max value from RGB is 182 - color contains mainly: blue. Hex color #B2ACB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2ACB6 is #4D5349. Grayscale: #AEAEAE. Windows color (decimal): -5067594 or 11971762. OLE color: 11971762.
HSL color Cylindrical-coordinate representation of color #B2ACB6: hue angle of 276º degrees, saturation: 0.06, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #B2ACB6 is Cyan = 0.02, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 172 | 182 | - |
CMYK | 0.02 | 0.05 | 0 | 0.29 |
HSL | 276º | 0.06% | 0.69% | - |
HSV(B) | 276º | 0.05% | 0.71% | - |
XYZ | 41.56 | 42.35 | 50.24 | - |
YUV | 174.93 | 131.99 | 130.19 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 172 | 182 | 0.02 | 0.05 | 0 | 0.29 | 276 | 0.06 | 0.69 |
Hex | B2 | AC | B6 | 2 | 5 | 0 | 1D | 114 | 6 | 45 |
Octal | 262 | 254 | 266 | 2 | 5 | 0 | 35 | 424 | 6 | 105 |
Binary | 10110010 | 10101100 | 10110110 | 10 | 101 | 0 | 11101 | 100010100 | 110 | 1000101 |
Color Harmonies of #B2ACB6
Complementary color
Monochromatic Colors of #B2ACB6
Black with #B2ACB6
Text Example
Text Example
White with #B2ACB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2ACB6; }
p { color: rgb(178,172,182); }
H1.HeaderClassName
{
color: #B2ACB6;
}
.AnyTagClassName
{
color: #B2ACB6;
}
</style>
background-color css
<style>
a { background-color: #B2ACB6; }
a { background-color: rgb(178,172,182); }
div.DivClassName
{
background-color: #B2ACB6;
}
.BgClassName
{
background-color: #B2ACB6;
}
</style>
border-color css
<style>
span { border-color: #B2ACB6; }
span { border-color: rgb(178,172,182); }
td.TdClassName
{
border-color: #B2ACB6;
}
.TagClassName
{
border-color: #B2ACB6;
}
</style>