Shades of Perfume #B69CFB
Tints of Perfume #B69CFB
RGB
CMYK
RGB Variations
Color information
#B69CFB (or 0xB69CFB) is known color: Perfume. HEX triplet: B6, 9C and FB. RGB value is (182,156,251). Sum of RGB (Red+Green+Blue) = 182+156+251=589 (78% of max value = 765). Red value is 182 (71.48% from 255 or 30.90% from 589); Green value is 156 (61.33% from 255 or 26.49% from 589); Blue value is 251 (98.44% from 255 or 42.61% from 589); Max value from RGB is 251 - color contains mainly: blue. Hex color #B69CFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B69CFB is #496304. Grayscale: #AEAEAE. Windows color (decimal): -4809477 or 16489654. OLE color: 16489654.
HSL color Cylindrical-coordinate representation of color #B69CFB: hue angle of 256.42º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #B69CFB is Cyan = 0.27, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 182 | 156 | 251 | - |
| CMYK | 0.27 | 0.38 | 0 | 0.02 |
| HSL | 256.42º | 0.92% | 0.8% | - |
| HSV(B) | 256.42º | 0.38% | 0.98% | - |
| XYZ | 48.59 | 40.69 | 96.56 | - |
| YUV | 174.6 | 171.11 | 133.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 156 | 251 | 0.27 | 0.38 | 0 | 0.02 | 256.42 | 0.92 | 0.8 |
| Hex | B6 | 9C | FB | 1B | 26 | 0 | 2 | 100 | 5C | 50 |
| Octal | 266 | 234 | 373 | 33 | 46 | 0 | 2 | 400 | 134 | 120 |
| Binary | 10110110 | 10011100 | 11111011 | 11011 | 100110 | 0 | 10 | 100000000 | 1011100 | 1010000 |
Color Harmonies of #B69CFB
Complementary color
Monochromatic Colors of #B69CFB
Black with #B69CFB
Text Example
Text Example
White with #B69CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B69CFB; }
p { color: rgb(182,156,251); }
H1.HeaderClassName
{
color: #B69CFB;
}
.AnyTagClassName
{
color: #B69CFB;
}
</style>
background-color css
<style>
a { background-color: #B69CFB; }
a { background-color: rgb(182,156,251); }
div.DivClassName
{
background-color: #B69CFB;
}
.BgClassName
{
background-color: #B69CFB;
}
</style>
border-color css
<style>
span { border-color: #B69CFB; }
span { border-color: rgb(182,156,251); }
td.TdClassName
{
border-color: #B69CFB;
}
.TagClassName
{
border-color: #B69CFB;
}
</style>