#BB8EFD

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

Shades of Perfume #BB8EFD

Tints of Perfume #BB8EFD

Color information

#BB8EFD (or 0xBB8EFD) is unknown color: approx Perfume. HEX triplet: BB, 8E and FD. RGB value is (187,142,253). Sum of RGB (Red+Green+Blue) = 187+142+253=582 (77% of max value = 765). Red value is 187 (73.44% from 255 or 32.13% from 582); Green value is 142 (55.86% from 255 or 24.40% from 582); Blue value is 253 (99.22% from 255 or 43.47% from 582); Max value from RGB is 253 - color contains mainly: blue. Hex color #BB8EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8EFD is #447102. Grayscale: #A7A7A7. Windows color (decimal): -4485379 or 16617147. OLE color: 16617147.

HSL color Cylindrical-coordinate representation of color #BB8EFD: hue angle of 264.32º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #BB8EFD is Cyan = 0.26, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB187142253-
CMYK0.260.4400.01
HSL264.32º96.52%77.45%-
HSV(B)264.32º43.87%99.22%-
XYZ47.93797.55-
YUV168.11175.91141.47-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.13%
GREEN value IS 142 (55.86% from 255) = 24.40%
BLUE value IS 253 (99.22% from 255) = 43.47%
R=32.13%
G=24.40%
B=43.47%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1871422530.260.4400.01264.3296.5277.45
HexBB8EFD1A2C01108614d
Octal273216375325401410141115
Binary101110111000111011111101110101011000110000100011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8EFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8EFD; }

 p { color: rgb(187,142,253); }

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

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

 a { background-color: rgb(187,142,253); }

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

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

 span { border-color: rgb(187,142,253); }

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