Shades of Tiara #B9CCC3
Tints of Tiara #B9CCC3
RGB
CMYK
RGB Variations
Color information
#B9CCC3 (or 0xB9CCC3) is known color: Tiara. HEX triplet: B9, CC and C3. RGB value is (185,204,195). Sum of RGB (Red+Green+Blue) = 185+204+195=584 (77% of max value = 765). Red value is 185 (72.66% from 255 or 31.68% from 584); Green value is 204 (80.08% from 255 or 34.93% from 584); Blue value is 195 (76.56% from 255 or 33.39% from 584); Max value from RGB is 204 - color contains mainly: green. Hex color #B9CCC3 is not a web safe color. Web safe color analog (approx): #CCCCCC. Inversed color of #B9CCC3 is #46333C. Grayscale: #C5C5C5. Windows color (decimal): -4600637 or 12831929. OLE color: 12831929.
HSL color Cylindrical-coordinate representation of color #B9CCC3: hue angle of 151.58º degrees, saturation: 0.16, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #B9CCC3 is Cyan = 0.09, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.2.
Color convert
RGB | 185 | 204 | 195 | - |
CMYK | 0.09 | 0 | 0.04 | 0.2 |
HSL | 151.58º | 0.16% | 0.76% | - |
HSV(B) | 151.58º | 0.09% | 0.8% | - |
XYZ | 51.45 | 57.44 | 60.01 | - |
YUV | 197.29 | 126.71 | 119.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 185 | 204 | 195 | 0.09 | 0 | 0.04 | 0.2 | 151.58 | 0.16 | 0.76 |
Hex | B9 | CC | C3 | 9 | 0 | 4 | 14 | 98 | 10 | 4C |
Octal | 271 | 314 | 303 | 11 | 0 | 4 | 24 | 230 | 20 | 114 |
Binary | 10111001 | 11001100 | 11000011 | 1001 | 0 | 100 | 10100 | 10011000 | 10000 | 1001100 |
Color Harmonies of #B9CCC3
Complementary color
Monochromatic Colors of #B9CCC3
Black with #B9CCC3
Text Example
Text Example
White with #B9CCC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B9CCC3; }
p { color: rgb(185,204,195); }
H1.HeaderClassName
{
color: #B9CCC3;
}
.AnyTagClassName
{
color: #B9CCC3;
}
</style>
background-color css
<style>
a { background-color: #B9CCC3; }
a { background-color: rgb(185,204,195); }
div.DivClassName
{
background-color: #B9CCC3;
}
.BgClassName
{
background-color: #B9CCC3;
}
</style>
border-color css
<style>
span { border-color: #B9CCC3; }
span { border-color: rgb(185,204,195); }
td.TdClassName
{
border-color: #B9CCC3;
}
.TagClassName
{
border-color: #B9CCC3;
}
</style>