Shades of Biloba Flower #B598CB
Tints of Biloba Flower #B598CB
RGB
CMYK
RGB Variations
Color information
#B598CB (or 0xB598CB) is known color: Biloba Flower. HEX triplet: B5, 98 and CB. RGB value is (181,152,203). Sum of RGB (Red+Green+Blue) = 181+152+203=536 (70% of max value = 765). Red value is 181 (71.09% from 255 or 33.77% from 536); Green value is 152 (59.77% from 255 or 28.36% from 536); Blue value is 203 (79.69% from 255 or 37.87% from 536); Max value from RGB is 203 - color contains mainly: blue. Hex color #B598CB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B598CB is #4A6734. Grayscale: #A6A6A6. Windows color (decimal): -4876085 or 13342901. OLE color: 13342901.
HSL color Cylindrical-coordinate representation of color #B598CB: hue angle of 274.12º degrees, saturation: 0.33, 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 #B598CB is Cyan = 0.11, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 181 | 152 | 203 | - |
| CMYK | 0.11 | 0.25 | 0 | 0.20 |
| HSL | 274.12º | 0.33% | 0.7% | - |
| HSV(B) | 274.12º | 0.25% | 0.8% | - |
| XYZ | 41.06 | 36.59 | 61.4 | - |
| YUV | 166.49 | 148.61 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 181 | 152 | 203 | 0.11 | 0.25 | 0 | 0.20 | 274.12 | 0.33 | 0.7 |
| Hex | B5 | 98 | CB | B | 19 | 0 | 14 | 112 | 21 | 46 |
| Octal | 265 | 230 | 313 | 13 | 31 | 0 | 24 | 422 | 41 | 106 |
| Binary | 10110101 | 10011000 | 11001011 | 1011 | 11001 | 0 | 10100 | 100010010 | 100001 | 1000110 |
Color Harmonies of #B598CB
Complementary color
Monochromatic Colors of #B598CB
Black with #B598CB
Text Example
Text Example
White with #B598CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B598CB; }
p { color: rgb(181,152,203); }
H1.HeaderClassName
{
color: #B598CB;
}
.AnyTagClassName
{
color: #B598CB;
}
</style>
background-color css
<style>
a { background-color: #B598CB; }
a { background-color: rgb(181,152,203); }
div.DivClassName
{
background-color: #B598CB;
}
.BgClassName
{
background-color: #B598CB;
}
</style>
border-color css
<style>
span { border-color: #B598CB; }
span { border-color: rgb(181,152,203); }
td.TdClassName
{
border-color: #B598CB;
}
.TagClassName
{
border-color: #B598CB;
}
</style>