#BB92EB

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

Shades of Perfume #BB92EB

Tints of Perfume #BB92EB

Color information

#BB92EB (or 0xBB92EB) is unknown color: approx Perfume. HEX triplet: BB, 92 and EB. RGB value is (187,146,235). Sum of RGB (Red+Green+Blue) = 187+146+235=568 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.92% from 568); Green value is 146 (57.42% from 255 or 25.70% from 568); Blue value is 235 (92.19% from 255 or 41.37% from 568); Max value from RGB is 235 - color contains mainly: blue. Hex color #BB92EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB92EB is #446D14. Grayscale: #A8A8A8. Windows color (decimal): -4484373 or 15438523. OLE color: 15438523.

HSL color Cylindrical-coordinate representation of color #BB92EB: hue angle of 267.64º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BB92EB is Cyan = 0.20, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB187146235-
CMYK0.200.3800.08
HSL267.64º68.99%74.71%-
HSV(B)267.64º37.87%92.16%-
XYZ45.7737.1283.35-
YUV168.4165.58141.26-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.92%
GREEN value IS 146 (57.42% from 255) = 25.70%
BLUE value IS 235 (92.19% from 255) = 41.37%
R=32.92%
G=25.70%
B=41.37%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1871462350.200.3800.08267.6468.9974.71
HexBB92EB14260810c454b
Octal2732223532446010414105113
Binary101110111001001011101011101001001100100010000110010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB92EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB92EB; }

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

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

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

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

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

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

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

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