Shades of Biloba Flower #B697CD
Tints of Biloba Flower #B697CD
RGB
CMYK
RGB Variations
Color information
#B697CD (or 0xB697CD) is known color: Biloba Flower. HEX triplet: B6, 97 and CD. RGB value is (182,151,205). Sum of RGB (Red+Green+Blue) = 182+151+205=538 (71% of max value = 765). Red value is 182 (71.48% from 255 or 33.83% from 538); Green value is 151 (59.38% from 255 or 28.07% from 538); Blue value is 205 (80.47% from 255 or 38.10% from 538); Max value from RGB is 205 - color contains mainly: blue. Hex color #B697CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B697CD is #496832. Grayscale: #A6A6A6. Windows color (decimal): -4810803 or 13473718. OLE color: 13473718.
HSL color Cylindrical-coordinate representation of color #B697CD: hue angle of 274.44º degrees, saturation: 0.35, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #B697CD is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
RGB | 182 | 151 | 205 | - |
CMYK | 0.11 | 0.26 | 0 | 0.20 |
HSL | 274.44º | 0.35% | 0.7% | - |
HSV(B) | 274.44º | 0.26% | 0.8% | - |
XYZ | 41.38 | 36.49 | 62.62 | - |
YUV | 166.43 | 149.77 | 139.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 182 | 151 | 205 | 0.11 | 0.26 | 0 | 0.20 | 274.44 | 0.35 | 0.7 |
Hex | B6 | 97 | CD | B | 1A | 0 | 14 | 112 | 23 | 46 |
Octal | 266 | 227 | 315 | 13 | 32 | 0 | 24 | 422 | 43 | 106 |
Binary | 10110110 | 10010111 | 11001101 | 1011 | 11010 | 0 | 10100 | 100010010 | 100011 | 1000110 |
Color Harmonies of #B697CD
Complementary color
Monochromatic Colors of #B697CD
Black with #B697CD
Text Example
Text Example
White with #B697CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B697CD; }
p { color: rgb(182,151,205); }
H1.HeaderClassName
{
color: #B697CD;
}
.AnyTagClassName
{
color: #B697CD;
}
</style>
background-color css
<style>
a { background-color: #B697CD; }
a { background-color: rgb(182,151,205); }
div.DivClassName
{
background-color: #B697CD;
}
.BgClassName
{
background-color: #B697CD;
}
</style>
border-color css
<style>
span { border-color: #B697CD; }
span { border-color: rgb(182,151,205); }
td.TdClassName
{
border-color: #B697CD;
}
.TagClassName
{
border-color: #B697CD;
}
</style>