Shades of Biloba Flower #B6A4CB
Tints of Biloba Flower #B6A4CB
RGB
CMYK
RGB Variations
Color information
#B6A4CB (or 0xB6A4CB) is known color: Biloba Flower. HEX triplet: B6, A4 and CB. RGB value is (182,164,203). Sum of RGB (Red+Green+Blue) = 182+164+203=549 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.15% from 549); Green value is 164 (64.45% from 255 or 29.87% from 549); Blue value is 203 (79.69% from 255 or 36.98% from 549); Max value from RGB is 203 - color contains mainly: blue. Hex color #B6A4CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B6A4CB is #495B34. Grayscale: #ADADAD. Windows color (decimal): -4807477 or 13345974. OLE color: 13345974.
HSL color Cylindrical-coordinate representation of color #B6A4CB: hue angle of 267.69º degrees, saturation: 0.27, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #B6A4CB is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 182 | 164 | 203 | - |
| CMYK | 0.10 | 0.19 | 0 | 0.20 |
| HSL | 267.69º | 0.27% | 0.72% | - |
| HSV(B) | 267.69º | 0.19% | 0.8% | - |
| XYZ | 43.35 | 40.81 | 62.09 | - |
| YUV | 173.83 | 144.46 | 133.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 164 | 203 | 0.10 | 0.19 | 0 | 0.20 | 267.69 | 0.27 | 0.72 |
| Hex | B6 | A4 | CB | A | 13 | 0 | 14 | 10C | 1B | 48 |
| Octal | 266 | 244 | 313 | 12 | 23 | 0 | 24 | 414 | 33 | 110 |
| Binary | 10110110 | 10100100 | 11001011 | 1010 | 10011 | 0 | 10100 | 100001100 | 11011 | 1001000 |
Color Harmonies of #B6A4CB
Complementary color
Monochromatic Colors of #B6A4CB
Black with #B6A4CB
Text Example
Text Example
White with #B6A4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B6A4CB; }
p { color: rgb(182,164,203); }
H1.HeaderClassName
{
color: #B6A4CB;
}
.AnyTagClassName
{
color: #B6A4CB;
}
</style>
background-color css
<style>
a { background-color: #B6A4CB; }
a { background-color: rgb(182,164,203); }
div.DivClassName
{
background-color: #B6A4CB;
}
.BgClassName
{
background-color: #B6A4CB;
}
</style>
border-color css
<style>
span { border-color: #B6A4CB; }
span { border-color: rgb(182,164,203); }
td.TdClassName
{
border-color: #B6A4CB;
}
.TagClassName
{
border-color: #B6A4CB;
}
</style>