Shades of Biloba Flower #B7A0CB
Tints of Biloba Flower #B7A0CB
RGB
CMYK
RGB Variations
Color information
#B7A0CB (or 0xB7A0CB) is known color: Biloba Flower. HEX triplet: B7, A0 and CB. RGB value is (183,160,203). Sum of RGB (Red+Green+Blue) = 183+160+203=546 (72% of max value = 765). Red value is 183 (71.88% from 255 or 33.52% from 546); Green value is 160 (62.89% from 255 or 29.30% from 546); Blue value is 203 (79.69% from 255 or 37.18% from 546); Max value from RGB is 203 - color contains mainly: blue. Hex color #B7A0CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A0CB is #485F34. Grayscale: #ABABAB. Windows color (decimal): -4742965 or 13344951. OLE color: 13344951.
HSL color Cylindrical-coordinate representation of color #B7A0CB: hue angle of 272.09º degrees, saturation: 0.29, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B7A0CB is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 183 | 160 | 203 | - |
| CMYK | 0.10 | 0.21 | 0 | 0.20 |
| HSL | 272.09º | 0.29% | 0.71% | - |
| HSV(B) | 272.09º | 0.21% | 0.8% | - |
| XYZ | 42.88 | 39.52 | 61.87 | - |
| YUV | 171.78 | 145.62 | 136 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 160 | 203 | 0.10 | 0.21 | 0 | 0.20 | 272.09 | 0.29 | 0.71 |
| Hex | B7 | A0 | CB | A | 15 | 0 | 14 | 110 | 1D | 47 |
| Octal | 267 | 240 | 313 | 12 | 25 | 0 | 24 | 420 | 35 | 107 |
| Binary | 10110111 | 10100000 | 11001011 | 1010 | 10101 | 0 | 10100 | 100010000 | 11101 | 1000111 |
Color Harmonies of #B7A0CB
Complementary color
Monochromatic Colors of #B7A0CB
Black with #B7A0CB
Text Example
Text Example
White with #B7A0CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B7A0CB; }
p { color: rgb(183,160,203); }
H1.HeaderClassName
{
color: #B7A0CB;
}
.AnyTagClassName
{
color: #B7A0CB;
}
</style>
background-color css
<style>
a { background-color: #B7A0CB; }
a { background-color: rgb(183,160,203); }
div.DivClassName
{
background-color: #B7A0CB;
}
.BgClassName
{
background-color: #B7A0CB;
}
</style>
border-color css
<style>
span { border-color: #B7A0CB; }
span { border-color: rgb(183,160,203); }
td.TdClassName
{
border-color: #B7A0CB;
}
.TagClassName
{
border-color: #B7A0CB;
}
</style>