Shades of Tiara #B6C2BC
Tints of Tiara #B6C2BC
RGB
CMYK
RGB Variations
Color information
#B6C2BC (or 0xB6C2BC) is known color: Tiara. HEX triplet: B6, C2 and BC. RGB value is (182,194,188). Sum of RGB (Red+Green+Blue) = 182+194+188=564 (74% of max value = 765). Red value is 182 (71.48% from 255 or 32.27% from 564); Green value is 194 (76.17% from 255 or 34.40% from 564); Blue value is 188 (73.83% from 255 or 33.33% from 564); Max value from RGB is 194 - color contains mainly: green. Hex color #B6C2BC is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B6C2BC is #493D43. Grayscale: #BDBDBD. Windows color (decimal): -4799812 or 12370614. OLE color: 12370614.
HSL color Cylindrical-coordinate representation of color #B6C2BC: hue angle of 150º degrees, saturation: 0.09, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #B6C2BC is Cyan = 0.06, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.24.
Color convert
RGB | 182 | 194 | 188 | - |
CMYK | 0.06 | 0 | 0.03 | 0.24 |
HSL | 150º | 0.09% | 0.74% | - |
HSV(B) | 150º | 0.06% | 0.76% | - |
XYZ | 47.66 | 52.16 | 55.13 | - |
YUV | 189.73 | 127.02 | 122.49 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 194 | 188 | 0.06 | 0 | 0.03 | 0.24 | 150 | 0.09 | 0.74 |
Hex | B6 | C2 | BC | 6 | 0 | 3 | 18 | 96 | 9 | 4A |
Octal | 266 | 302 | 274 | 6 | 0 | 3 | 30 | 226 | 11 | 112 |
Binary | 10110110 | 11000010 | 10111100 | 110 | 0 | 11 | 11000 | 10010110 | 1001 | 1001010 |
Color Harmonies of #B6C2BC
Complementary color
Monochromatic Colors of #B6C2BC
Black with #B6C2BC
Text Example
Text Example
White with #B6C2BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6C2BC; }
p { color: rgb(182,194,188); }
H1.HeaderClassName
{
color: #B6C2BC;
}
.AnyTagClassName
{
color: #B6C2BC;
}
</style>
background-color css
<style>
a { background-color: #B6C2BC; }
a { background-color: rgb(182,194,188); }
div.DivClassName
{
background-color: #B6C2BC;
}
.BgClassName
{
background-color: #B6C2BC;
}
</style>
border-color css
<style>
span { border-color: #B6C2BC; }
span { border-color: rgb(182,194,188); }
td.TdClassName
{
border-color: #B6C2BC;
}
.TagClassName
{
border-color: #B6C2BC;
}
</style>