#BB92F3

Color #BB92F3 Perfume (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Perfume #BB92F3

Tints of Perfume #BB92F3

Color information

#BB92F3 (or 0xBB92F3) is unknown color: approx Perfume. HEX triplet: BB, 92 and F3. RGB value is (187,146,243). Sum of RGB (Red+Green+Blue) = 187+146+243=576 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.47% from 576); Green value is 146 (57.42% from 255 or 25.35% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #BB92F3 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92F3 is #446D0C. Grayscale: #A8A8A8. Windows color (decimal): -4484365 or 15962811. OLE color: 15962811.

HSL color Cylindrical-coordinate representation of color #BB92F3: hue angle of 265.36º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #BB92F3 is Cyan = 0.23, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB187146243-
CMYK0.230.4000.05
HSL265.36º80.17%76.27%-
HSV(B)265.36º39.92%95.29%-
XYZ46.9537.5989.58-
YUV169.32169.58140.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 187 (73.44% from 255) = 32.47%
GREEN value IS 146 (57.42% from 255) = 25.35%
BLUE value IS 243 (95.31% from 255) = 42.19%
R=32.47%
G=25.35%
B=42.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1871462430.230.4000.05265.3680.1776.27
HexBB92F3172805109504c
Octal273222363275005411120114
Binary10111011100100101111001110111101000010110000100110100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92F3; }

 p { color: rgb(187,146,243); }

 H1.HeaderClassName
 {
   color: #BB92F3;
 }
 .AnyTagClassName
 {
   color: #BB92F3;
 }
</style>
background-color css

<style>
 a { background-color: #BB92F3; }

 a { background-color: rgb(187,146,243); }

 div.DivClassName
 {
   background-color: #BB92F3;
 }
 .BgClassName
 {
   background-color: #BB92F3;
 }
</style>
border-color css

<style>
 span { border-color: #BB92F3; }

 span { border-color: rgb(187,146,243); }

 td.TdClassName
 {
   border-color: #BB92F3;
 }
 .TagClassName
 {
   border-color: #BB92F3;
 }
</style>