Shades of Chatelle #BBADC4
Tints of Chatelle #BBADC4
RGB
CMYK
RGB Variations
Color information
#BBADC4 (or 0xBBADC4) is known color: Chatelle. HEX triplet: BB, AD and C4. RGB value is (187,173,196). Sum of RGB (Red+Green+Blue) = 187+173+196=556 (73% of max value = 765). Red value is 187 (73.44% from 255 or 33.63% from 556); Green value is 173 (67.97% from 255 or 31.12% from 556); Blue value is 196 (76.95% from 255 or 35.25% from 556); Max value from RGB is 196 - color contains mainly: blue. Hex color #BBADC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BBADC4 is #44523B. Grayscale: #B3B3B3. Windows color (decimal): -4477500 or 12889531. OLE color: 12889531.
HSL color Cylindrical-coordinate representation of color #BBADC4: hue angle of 276.52º degrees, saturation: 0.16, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #BBADC4 is Cyan = 0.05, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 187 | 173 | 196 | - |
| CMYK | 0.05 | 0.12 | 0 | 0.23 |
| HSL | 276.52º | 0.16% | 0.72% | - |
| HSV(B) | 276.52º | 0.12% | 0.77% | - |
| XYZ | 45.4 | 44.44 | 58.41 | - |
| YUV | 179.81 | 137.14 | 133.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 187 | 173 | 196 | 0.05 | 0.12 | 0 | 0.23 | 276.52 | 0.16 | 0.72 |
| Hex | BB | AD | C4 | 5 | C | 0 | 17 | 115 | 10 | 48 |
| Octal | 273 | 255 | 304 | 5 | 14 | 0 | 27 | 425 | 20 | 110 |
| Binary | 10111011 | 10101101 | 11000100 | 101 | 1100 | 0 | 10111 | 100010101 | 10000 | 1001000 |
Color Harmonies of #BBADC4
Complementary color
Monochromatic Colors of #BBADC4
Black with #BBADC4
Text Example
Text Example
White with #BBADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBADC4; }
p { color: rgb(187,173,196); }
H1.HeaderClassName
{
color: #BBADC4;
}
.AnyTagClassName
{
color: #BBADC4;
}
</style>
background-color css
<style>
a { background-color: #BBADC4; }
a { background-color: rgb(187,173,196); }
div.DivClassName
{
background-color: #BBADC4;
}
.BgClassName
{
background-color: #BBADC4;
}
</style>
border-color css
<style>
span { border-color: #BBADC4; }
span { border-color: rgb(187,173,196); }
td.TdClassName
{
border-color: #BBADC4;
}
.TagClassName
{
border-color: #BBADC4;
}
</style>