Shades of Tiara #B7C8C0
Tints of Tiara #B7C8C0
RGB
CMYK
RGB Variations
Color information
#B7C8C0 (or 0xB7C8C0) is known color: Tiara. HEX triplet: B7, C8 and C0. RGB value is (183,200,192). Sum of RGB (Red+Green+Blue) = 183+200+192=575 (76% of max value = 765). Red value is 183 (71.88% from 255 or 31.83% from 575); Green value is 200 (78.52% from 255 or 34.78% from 575); Blue value is 192 (75.39% from 255 or 33.39% from 575); Max value from RGB is 200 - color contains mainly: green. Hex color #B7C8C0 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B7C8C0 is #48373F. Grayscale: #C2C2C2. Windows color (decimal): -4732736 or 12634295. OLE color: 12634295.
HSL color Cylindrical-coordinate representation of color #B7C8C0: hue angle of 151.76º degrees, saturation: 0.13, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #B7C8C0 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.22.
Color convert
RGB | 183 | 200 | 192 | - |
CMYK | 0.08 | 0 | 0.04 | 0.22 |
HSL | 151.76º | 0.13% | 0.75% | - |
HSV(B) | 151.76º | 0.08% | 0.78% | - |
XYZ | 49.7 | 55.18 | 57.9 | - |
YUV | 194.01 | 126.87 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 183 | 200 | 192 | 0.08 | 0 | 0.04 | 0.22 | 151.76 | 0.13 | 0.75 |
Hex | B7 | C8 | C0 | 8 | 0 | 4 | 16 | 98 | D | 4B |
Octal | 267 | 310 | 300 | 10 | 0 | 4 | 26 | 230 | 15 | 113 |
Binary | 10110111 | 11001000 | 11000000 | 1000 | 0 | 100 | 10110 | 10011000 | 1101 | 1001011 |
Color Harmonies of #B7C8C0
Complementary color
Monochromatic Colors of #B7C8C0
Black with #B7C8C0
Text Example
Text Example
White with #B7C8C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7C8C0; }
p { color: rgb(183,200,192); }
H1.HeaderClassName
{
color: #B7C8C0;
}
.AnyTagClassName
{
color: #B7C8C0;
}
</style>
background-color css
<style>
a { background-color: #B7C8C0; }
a { background-color: rgb(183,200,192); }
div.DivClassName
{
background-color: #B7C8C0;
}
.BgClassName
{
background-color: #B7C8C0;
}
</style>
border-color css
<style>
span { border-color: #B7C8C0; }
span { border-color: rgb(183,200,192); }
td.TdClassName
{
border-color: #B7C8C0;
}
.TagClassName
{
border-color: #B7C8C0;
}
</style>