Shades of Biloba Flower #B695D8
Tints of Biloba Flower #B695D8
RGB
CMYK
RGB Variations
Color information
#B695D8 (or 0xB695D8) is known color: Biloba Flower. HEX triplet: B6, 95 and D8. RGB value is (182,149,216). Sum of RGB (Red+Green+Blue) = 182+149+216=547 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.27% from 547); Green value is 149 (58.59% from 255 or 27.24% from 547); Blue value is 216 (84.77% from 255 or 39.49% from 547); Max value from RGB is 216 - color contains mainly: blue. Hex color #B695D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B695D8 is #496A27. Grayscale: #A6A6A6. Windows color (decimal): -4811304 or 14194102. OLE color: 14194102.
HSL color Cylindrical-coordinate representation of color #B695D8: hue angle of 269.55º degrees, saturation: 0.46, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #B695D8 is Cyan = 0.16, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 182 | 149 | 216 | - |
| CMYK | 0.16 | 0.31 | 0 | 0.15 |
| HSL | 269.55º | 0.46% | 0.72% | - |
| HSV(B) | 269.55º | 0.31% | 0.85% | - |
| XYZ | 42.43 | 36.4 | 69.75 | - |
| YUV | 166.51 | 155.93 | 139.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 149 | 216 | 0.16 | 0.31 | 0 | 0.15 | 269.55 | 0.46 | 0.72 |
| Hex | B6 | 95 | D8 | 10 | 1F | 0 | F | 10E | 2E | 48 |
| Octal | 266 | 225 | 330 | 20 | 37 | 0 | 17 | 416 | 56 | 110 |
| Binary | 10110110 | 10010101 | 11011000 | 10000 | 11111 | 0 | 1111 | 100001110 | 101110 | 1001000 |
Color Harmonies of #B695D8
Complementary color
Monochromatic Colors of #B695D8
Black with #B695D8
Text Example
Text Example
White with #B695D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B695D8; }
p { color: rgb(182,149,216); }
H1.HeaderClassName
{
color: #B695D8;
}
.AnyTagClassName
{
color: #B695D8;
}
</style>
background-color css
<style>
a { background-color: #B695D8; }
a { background-color: rgb(182,149,216); }
div.DivClassName
{
background-color: #B695D8;
}
.BgClassName
{
background-color: #B695D8;
}
</style>
border-color css
<style>
span { border-color: #B695D8; }
span { border-color: rgb(182,149,216); }
td.TdClassName
{
border-color: #B695D8;
}
.TagClassName
{
border-color: #B695D8;
}
</style>