Shades of Tiara #BBCBC3
Tints of Tiara #BBCBC3
RGB
CMYK
RGB Variations
Color information
#BBCBC3 (or 0xBBCBC3) is known color: Tiara. HEX triplet: BB, CB and C3. RGB value is (187,203,195). Sum of RGB (Red+Green+Blue) = 187+203+195=585 (77% of max value = 765). Red value is 187 (73.44% from 255 or 31.97% from 585); Green value is 203 (79.69% from 255 or 34.70% from 585); Blue value is 195 (76.56% from 255 or 33.33% from 585); Max value from RGB is 203 - color contains mainly: green. Hex color #BBCBC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #BBCBC3 is #44343C. Grayscale: #C5C5C5. Windows color (decimal): -4469821 or 12831675. OLE color: 12831675.
HSL color Cylindrical-coordinate representation of color #BBCBC3: hue angle of 150º degrees, saturation: 0.13, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #BBCBC3 is Cyan = 0.08, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.20.
Color convert
RGB | 187 | 203 | 195 | - |
CMYK | 0.08 | 0 | 0.04 | 0.20 |
HSL | 150º | 0.13% | 0.76% | - |
HSV(B) | 150º | 0.08% | 0.8% | - |
XYZ | 51.7 | 57.22 | 59.95 | - |
YUV | 197.3 | 126.7 | 120.65 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 187 | 203 | 195 | 0.08 | 0 | 0.04 | 0.20 | 150 | 0.13 | 0.76 |
Hex | BB | CB | C3 | 8 | 0 | 4 | 14 | 96 | D | 4C |
Octal | 273 | 313 | 303 | 10 | 0 | 4 | 24 | 226 | 15 | 114 |
Binary | 10111011 | 11001011 | 11000011 | 1000 | 0 | 100 | 10100 | 10010110 | 1101 | 1001100 |
Color Harmonies of #BBCBC3
Complementary color
Monochromatic Colors of #BBCBC3
Black with #BBCBC3
Text Example
Text Example
White with #BBCBC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BBCBC3; }
p { color: rgb(187,203,195); }
H1.HeaderClassName
{
color: #BBCBC3;
}
.AnyTagClassName
{
color: #BBCBC3;
}
</style>
background-color css
<style>
a { background-color: #BBCBC3; }
a { background-color: rgb(187,203,195); }
div.DivClassName
{
background-color: #BBCBC3;
}
.BgClassName
{
background-color: #BBCBC3;
}
</style>
border-color css
<style>
span { border-color: #BBCBC3; }
span { border-color: rgb(187,203,195); }
td.TdClassName
{
border-color: #BBCBC3;
}
.TagClassName
{
border-color: #BBCBC3;
}
</style>