#BB8DF4

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

Shades of Perfume #BB8DF4

Tints of Perfume #BB8DF4

Color information

#BB8DF4 (or 0xBB8DF4) is unknown color: approx Perfume. HEX triplet: BB, 8D and F4. RGB value is (187,141,244). Sum of RGB (Red+Green+Blue) = 187+141+244=572 (75% of max value = 765). Red value is 187 (73.44% from 255 or 32.69% from 572); Green value is 141 (55.47% from 255 or 24.65% from 572); Blue value is 244 (95.70% from 255 or 42.66% from 572); Max value from RGB is 244 - color contains mainly: blue. Hex color #BB8DF4 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8DF4 is #44720B. Grayscale: #A6A6A6. Windows color (decimal): -4485644 or 16027067. OLE color: 16027067.

HSL color Cylindrical-coordinate representation of color #BB8DF4: hue angle of 266.8º degrees, saturation: 0.82, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #BB8DF4 is Cyan = 0.23, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB187141244-
CMYK0.230.4200.04
HSL266.8º82.4%75.49%-
HSV(B)266.8º42.21%95.69%-
XYZ46.3536.1590.12-
YUV166.5171.74142.62-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.69%
GREEN value IS 141 (55.47% from 255) = 24.65%
BLUE value IS 244 (95.70% from 255) = 42.66%
R=32.69%
G=24.65%
B=42.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1871412440.230.4200.04266.882.475.49
HexBB8DF4172A0410b524b
Octal273215364275204413122113
Binary10111011100011011111010010111101010010010000101110100101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8DF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8DF4; }

 p { color: rgb(187,141,244); }

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

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

 a { background-color: rgb(187,141,244); }

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

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

 span { border-color: rgb(187,141,244); }

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