#BB8FFA

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

Shades of Perfume #BB8FFA

Tints of Perfume #BB8FFA

Color information

#BB8FFA (or 0xBB8FFA) is unknown color: approx Perfume. HEX triplet: BB, 8F and FA. RGB value is (187,143,250). Sum of RGB (Red+Green+Blue) = 187+143+250=580 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.24% from 580); Green value is 143 (56.25% from 255 or 24.66% from 580); Blue value is 250 (98.05% from 255 or 43.10% from 580); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB8FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8FFA is #447005. Grayscale: #A7A7A7. Windows color (decimal): -4485126 or 16420795. OLE color: 16420795.

HSL color Cylindrical-coordinate representation of color #BB8FFA: hue angle of 264.67º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #BB8FFA is Cyan = 0.25, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB187143250-
CMYK0.250.4300.02
HSL264.67º91.45%77.06%-
HSV(B)264.67º42.8%98.04%-
XYZ47.5737.1195.1-
YUV168.35174.08141.3-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.24%
GREEN value IS 143 (56.25% from 255) = 24.66%
BLUE value IS 250 (98.05% from 255) = 43.10%
R=32.24%
G=24.66%
B=43.10%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871432500.250.4300.02264.6791.4577.06
HexBB8FFA192B021095b4d
Octal273217372315302411133115
Binary1011101110001111111110101100110101101010000100110110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8FFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8FFA; }

 p { color: rgb(187,143,250); }

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

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

 a { background-color: rgb(187,143,250); }

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

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

 span { border-color: rgb(187,143,250); }

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