Shades of Tiara #B4CBC0
Tints of Tiara #B4CBC0
RGB
CMYK
RGB Variations
Color information
#B4CBC0 (or 0xB4CBC0) is known color: Tiara. HEX triplet: B4, CB and C0. RGB value is (180,203,192). Sum of RGB (Red+Green+Blue) = 180+203+192=575 (76% of max value = 765). Red value is 180 (70.70% from 255 or 31.30% from 575); Green value is 203 (79.69% from 255 or 35.30% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 203 - color contains mainly: green. Hex color #B4CBC0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B4CBC0 is #4B343F. Grayscale: #C2C2C2. Windows color (decimal): -4928576 or 12635060. OLE color: 12635060.
HSL color Cylindrical-coordinate representation of color #B4CBC0: hue angle of 151.3º degrees, saturation: 0.18, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #B4CBC0 is Cyan = 0.11, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 180 | 203 | 192 | - |
| CMYK | 0.11 | 0 | 0.05 | 0.20 |
| HSL | 151.3º | 0.18% | 0.75% | - |
| HSV(B) | 151.3º | 0.11% | 0.8% | - |
| XYZ | 49.69 | 56.22 | 58.1 | - |
| YUV | 194.87 | 126.38 | 117.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 203 | 192 | 0.11 | 0 | 0.05 | 0.20 | 151.3 | 0.18 | 0.75 |
| Hex | B4 | CB | C0 | B | 0 | 5 | 14 | 97 | 12 | 4B |
| Octal | 264 | 313 | 300 | 13 | 0 | 5 | 24 | 227 | 22 | 113 |
| Binary | 10110100 | 11001011 | 11000000 | 1011 | 0 | 101 | 10100 | 10010111 | 10010 | 1001011 |
Color Harmonies of #B4CBC0
Complementary color
Monochromatic Colors of #B4CBC0
Black with #B4CBC0
Text Example
Text Example
White with #B4CBC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4CBC0; }
p { color: rgb(180,203,192); }
H1.HeaderClassName
{
color: #B4CBC0;
}
.AnyTagClassName
{
color: #B4CBC0;
}
</style>
background-color css
<style>
a { background-color: #B4CBC0; }
a { background-color: rgb(180,203,192); }
div.DivClassName
{
background-color: #B4CBC0;
}
.BgClassName
{
background-color: #B4CBC0;
}
</style>
border-color css
<style>
span { border-color: #B4CBC0; }
span { border-color: rgb(180,203,192); }
td.TdClassName
{
border-color: #B4CBC0;
}
.TagClassName
{
border-color: #B4CBC0;
}
</style>