Shades of Chatelle #B2AEB6
Tints of Chatelle #B2AEB6
RGB
CMYK
RGB Variations
Color information
#B2AEB6 (or 0xB2AEB6) is known color: Chatelle. HEX triplet: B2, AE and B6. RGB value is (178,174,182). Sum of RGB (Red+Green+Blue) = 178+174+182=534 (70% of max value = 765). Red value is 178 (69.92% from 255 or 33.33% from 534); Green value is 174 (68.36% from 255 or 32.58% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 182 - color contains mainly: blue. Hex color #B2AEB6 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B2AEB6 is #4D5149. Grayscale: #B0B0B0. Windows color (decimal): -5067082 or 11972274. OLE color: 11972274.
HSL color Cylindrical-coordinate representation of color #B2AEB6: hue angle of 270º degrees, saturation: 0.05, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #B2AEB6 is Cyan = 0.02, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
RGB | 178 | 174 | 182 | - |
CMYK | 0.02 | 0.04 | 0 | 0.29 |
HSL | 270º | 0.05% | 0.7% | - |
HSV(B) | 270º | 0.04% | 0.71% | - |
XYZ | 41.94 | 43.11 | 50.37 | - |
YUV | 176.11 | 131.33 | 129.35 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 178 | 174 | 182 | 0.02 | 0.04 | 0 | 0.29 | 270 | 0.05 | 0.7 |
Hex | B2 | AE | B6 | 2 | 4 | 0 | 1D | 10E | 5 | 46 |
Octal | 262 | 256 | 266 | 2 | 4 | 0 | 35 | 416 | 5 | 106 |
Binary | 10110010 | 10101110 | 10110110 | 10 | 100 | 0 | 11101 | 100001110 | 101 | 1000110 |
Color Harmonies of #B2AEB6
Complementary color
Monochromatic Colors of #B2AEB6
Black with #B2AEB6
Text Example
Text Example
White with #B2AEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B2AEB6; }
p { color: rgb(178,174,182); }
H1.HeaderClassName
{
color: #B2AEB6;
}
.AnyTagClassName
{
color: #B2AEB6;
}
</style>
background-color css
<style>
a { background-color: #B2AEB6; }
a { background-color: rgb(178,174,182); }
div.DivClassName
{
background-color: #B2AEB6;
}
.BgClassName
{
background-color: #B2AEB6;
}
</style>
border-color css
<style>
span { border-color: #B2AEB6; }
span { border-color: rgb(178,174,182); }
td.TdClassName
{
border-color: #B2AEB6;
}
.TagClassName
{
border-color: #B2AEB6;
}
</style>