Shades of Biloba Flower #B699D3
Tints of Biloba Flower #B699D3
RGB
CMYK
RGB Variations
Color information
#B699D3 (or 0xB699D3) is known color: Biloba Flower. HEX triplet: B6, 99 and D3. RGB value is (182,153,211). Sum of RGB (Red+Green+Blue) = 182+153+211=546 (72% of max value = 765). Red value is 182 (71.48% from 255 or 33.33% from 546); Green value is 153 (60.16% from 255 or 28.02% from 546); Blue value is 211 (82.81% from 255 or 38.64% from 546); Max value from RGB is 211 - color contains mainly: blue. Hex color #B699D3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B699D3 is #49662C. Grayscale: #A8A8A8. Windows color (decimal): -4810285 or 13867446. OLE color: 13867446.
HSL color Cylindrical-coordinate representation of color #B699D3: hue angle of 270º degrees, saturation: 0.4, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #B699D3 is Cyan = 0.14, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 182 | 153 | 211 | - |
| CMYK | 0.14 | 0.27 | 0 | 0.17 |
| HSL | 270º | 0.4% | 0.71% | - |
| HSV(B) | 270º | 0.27% | 0.83% | - |
| XYZ | 42.44 | 37.43 | 66.62 | - |
| YUV | 168.28 | 152.11 | 137.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 153 | 211 | 0.14 | 0.27 | 0 | 0.17 | 270 | 0.4 | 0.71 |
| Hex | B6 | 99 | D3 | E | 1B | 0 | 11 | 10E | 28 | 47 |
| Octal | 266 | 231 | 323 | 16 | 33 | 0 | 21 | 416 | 50 | 107 |
| Binary | 10110110 | 10011001 | 11010011 | 1110 | 11011 | 0 | 10001 | 100001110 | 101000 | 1000111 |
Color Harmonies of #B699D3
Complementary color
Monochromatic Colors of #B699D3
Black with #B699D3
Text Example
Text Example
White with #B699D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B699D3; }
p { color: rgb(182,153,211); }
H1.HeaderClassName
{
color: #B699D3;
}
.AnyTagClassName
{
color: #B699D3;
}
</style>
background-color css
<style>
a { background-color: #B699D3; }
a { background-color: rgb(182,153,211); }
div.DivClassName
{
background-color: #B699D3;
}
.BgClassName
{
background-color: #B699D3;
}
</style>
border-color css
<style>
span { border-color: #B699D3; }
span { border-color: rgb(182,153,211); }
td.TdClassName
{
border-color: #B699D3;
}
.TagClassName
{
border-color: #B699D3;
}
</style>