Shades of Biloba Flower #B192CC
Tints of Biloba Flower #B192CC
RGB
CMYK
RGB Variations
Color information
#B192CC (or 0xB192CC) is known color: Biloba Flower. HEX triplet: B1, 92 and CC. RGB value is (177,146,204). Sum of RGB (Red+Green+Blue) = 177+146+204=527 (69% of max value = 765). Red value is 177 (69.53% from 255 or 33.59% from 527); Green value is 146 (57.42% from 255 or 27.70% from 527); Blue value is 204 (80.08% from 255 or 38.71% from 527); Max value from RGB is 204 - color contains mainly: blue. Hex color #B192CC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #B192CC is #4E6D33. Grayscale: #A1A1A1. Windows color (decimal): -5139764 or 13406897. OLE color: 13406897.
HSL color Cylindrical-coordinate representation of color #B192CC: hue angle of 272.07º degrees, saturation: 0.36, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #B192CC is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 177 | 146 | 204 | - |
| CMYK | 0.13 | 0.28 | 0 | 0.2 |
| HSL | 272.07º | 0.36% | 0.69% | - |
| HSV(B) | 272.07º | 0.28% | 0.8% | - |
| XYZ | 39.31 | 34.26 | 61.67 | - |
| YUV | 161.88 | 151.77 | 138.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 177 | 146 | 204 | 0.13 | 0.28 | 0 | 0.2 | 272.07 | 0.36 | 0.69 |
| Hex | B1 | 92 | CC | D | 1C | 0 | 14 | 110 | 24 | 45 |
| Octal | 261 | 222 | 314 | 15 | 34 | 0 | 24 | 420 | 44 | 105 |
| Binary | 10110001 | 10010010 | 11001100 | 1101 | 11100 | 0 | 10100 | 100010000 | 100100 | 1000101 |
Color Harmonies of #B192CC
Complementary color
Monochromatic Colors of #B192CC
Black with #B192CC
Text Example
Text Example
White with #B192CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B192CC; }
p { color: rgb(177,146,204); }
H1.HeaderClassName
{
color: #B192CC;
}
.AnyTagClassName
{
color: #B192CC;
}
</style>
background-color css
<style>
a { background-color: #B192CC; }
a { background-color: rgb(177,146,204); }
div.DivClassName
{
background-color: #B192CC;
}
.BgClassName
{
background-color: #B192CC;
}
</style>
border-color css
<style>
span { border-color: #B192CC; }
span { border-color: rgb(177,146,204); }
td.TdClassName
{
border-color: #B192CC;
}
.TagClassName
{
border-color: #B192CC;
}
</style>