Shades of Tiara #B6CBC1
Tints of Tiara #B6CBC1
RGB
CMYK
RGB Variations
Color information
#B6CBC1 (or 0xB6CBC1) is known color: Tiara. HEX triplet: B6, CB and C1. RGB value is (182,203,193). Sum of RGB (Red+Green+Blue) = 182+203+193=578 (76% of max value = 765). Red value is 182 (71.48% from 255 or 31.49% from 578); Green value is 203 (79.69% from 255 or 35.12% from 578); Blue value is 193 (75.78% from 255 or 33.39% from 578); Max value from RGB is 203 - color contains mainly: green. Hex color #B6CBC1 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6CBC1 is #49343E. Grayscale: #C3C3C3. Windows color (decimal): -4797503 or 12700598. OLE color: 12700598.
HSL color Cylindrical-coordinate representation of color #B6CBC1: hue angle of 151.43º degrees, saturation: 0.17, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #B6CBC1 is Cyan = 0.10, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 203 | 193 | - |
| CMYK | 0.10 | 0 | 0.05 | 0.20 |
| HSL | 151.43º | 0.17% | 0.75% | - |
| HSV(B) | 151.43º | 0.1% | 0.8% | - |
| XYZ | 50.27 | 56.51 | 58.71 | - |
| YUV | 195.58 | 126.54 | 118.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 203 | 193 | 0.10 | 0 | 0.05 | 0.20 | 151.43 | 0.17 | 0.75 |
| Hex | B6 | CB | C1 | A | 0 | 5 | 14 | 97 | 11 | 4B |
| Octal | 266 | 313 | 301 | 12 | 0 | 5 | 24 | 227 | 21 | 113 |
| Binary | 10110110 | 11001011 | 11000001 | 1010 | 0 | 101 | 10100 | 10010111 | 10001 | 1001011 |
Color Harmonies of #B6CBC1
Complementary color
Monochromatic Colors of #B6CBC1
Black with #B6CBC1
Text Example
Text Example
White with #B6CBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6CBC1; }
p { color: rgb(182,203,193); }
H1.HeaderClassName
{
color: #B6CBC1;
}
.AnyTagClassName
{
color: #B6CBC1;
}
</style>
background-color css
<style>
a { background-color: #B6CBC1; }
a { background-color: rgb(182,203,193); }
div.DivClassName
{
background-color: #B6CBC1;
}
.BgClassName
{
background-color: #B6CBC1;
}
</style>
border-color css
<style>
span { border-color: #B6CBC1; }
span { border-color: rgb(182,203,193); }
td.TdClassName
{
border-color: #B6CBC1;
}
.TagClassName
{
border-color: #B6CBC1;
}
</style>