Shades of Tiara #BBCCC4
Tints of Tiara #BBCCC4
RGB
CMYK
RGB Variations
Color information
#BBCCC4 (or 0xBBCCC4) is known color: Tiara. HEX triplet: BB, CC and C4. RGB value is (187,204,196). Sum of RGB (Red+Green+Blue) = 187+204+196=587 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.86% from 587); Green value is 204 (80.08% from 255 or 34.75% from 587); Blue value is 196 (76.95% from 255 or 33.39% from 587); Max value from RGB is 204 - color contains mainly: green. Hex color #BBCCC4 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCCC4 is #44333B. Grayscale: #C6C6C6. Windows color (decimal): -4469564 or 12897467. OLE color: 12897467.
HSL color Cylindrical-coordinate representation of color #BBCCC4: hue angle of 151.76º degrees, saturation: 0.14, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCCC4 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 187 | 204 | 196 | - |
CMYK | 0.08 | 0 | 0.04 | 0.2 |
HSL | 151.76º | 0.14% | 0.77% | - |
HSV(B) | 151.76º | 0.08% | 0.8% | - |
XYZ | 52.05 | 57.74 | 60.63 | - |
YUV | 198.01 | 126.87 | 120.15 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 204 | 196 | 0.08 | 0 | 0.04 | 0.2 | 151.76 | 0.14 | 0.77 |
Hex | BB | CC | C4 | 8 | 0 | 4 | 14 | 98 | E | 4D |
Octal | 273 | 314 | 304 | 10 | 0 | 4 | 24 | 230 | 16 | 115 |
Binary | 10111011 | 11001100 | 11000100 | 1000 | 0 | 100 | 10100 | 10011000 | 1110 | 1001101 |
Color Harmonies of #BBCCC4
Complementary color
Monochromatic Colors of #BBCCC4
Black with #BBCCC4
Text Example
Text Example
White with #BBCCC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCCC4; }
p { color: rgb(187,204,196); }
H1.HeaderClassName
{
color: #BBCCC4;
}
.AnyTagClassName
{
color: #BBCCC4;
}
</style>
background-color css
<style>
a { background-color: #BBCCC4; }
a { background-color: rgb(187,204,196); }
div.DivClassName
{
background-color: #BBCCC4;
}
.BgClassName
{
background-color: #BBCCC4;
}
</style>
border-color css
<style>
span { border-color: #BBCCC4; }
span { border-color: rgb(187,204,196); }
td.TdClassName
{
border-color: #BBCCC4;
}
.TagClassName
{
border-color: #BBCCC4;
}
</style>