Shades of Wisteria #BC99CB
Tints of Wisteria #BC99CB
RGB
CMYK
RGB Variations
Color information
#BC99CB (or 0xBC99CB) is known color: Wisteria. HEX triplet: BC, 99 and CB. RGB value is (188,153,203). Sum of RGB (Red+Green+Blue) = 188+153+203=544 (72% of max value = 765). Red value is 188 (73.83% from 255 or 34.56% from 544); Green value is 153 (60.16% from 255 or 28.12% from 544); Blue value is 203 (79.69% from 255 or 37.32% from 544); Max value from RGB is 203 - color contains mainly: blue. Hex color #BC99CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC99CB is #436634. Grayscale: #A9A9A9. Windows color (decimal): -4417077 or 13343164. OLE color: 13343164.
HSL color Cylindrical-coordinate representation of color #BC99CB: hue angle of 282º degrees, saturation: 0.32, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BC99CB is Cyan = 0.07, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 188 | 153 | 203 | - |
| CMYK | 0.07 | 0.25 | 0 | 0.20 |
| HSL | 282º | 0.32% | 0.7% | - |
| HSV(B) | 282º | 0.25% | 0.8% | - |
| XYZ | 42.91 | 37.79 | 61.53 | - |
| YUV | 169.17 | 147.1 | 141.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 188 | 153 | 203 | 0.07 | 0.25 | 0 | 0.20 | 282 | 0.32 | 0.7 |
| Hex | BC | 99 | CB | 7 | 19 | 0 | 14 | 11A | 20 | 46 |
| Octal | 274 | 231 | 313 | 7 | 31 | 0 | 24 | 432 | 40 | 106 |
| Binary | 10111100 | 10011001 | 11001011 | 111 | 11001 | 0 | 10100 | 100011010 | 100000 | 1000110 |
Color Harmonies of #BC99CB
Complementary color
Monochromatic Colors of #BC99CB
Black with #BC99CB
Text Example
Text Example
White with #BC99CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BC99CB; }
p { color: rgb(188,153,203); }
H1.HeaderClassName
{
color: #BC99CB;
}
.AnyTagClassName
{
color: #BC99CB;
}
</style>
background-color css
<style>
a { background-color: #BC99CB; }
a { background-color: rgb(188,153,203); }
div.DivClassName
{
background-color: #BC99CB;
}
.BgClassName
{
background-color: #BC99CB;
}
</style>
border-color css
<style>
span { border-color: #BC99CB; }
span { border-color: rgb(188,153,203); }
td.TdClassName
{
border-color: #BC99CB;
}
.TagClassName
{
border-color: #BC99CB;
}
</style>