#BB8CFA

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

Shades of Perfume #BB8CFA

Tints of Perfume #BB8CFA

Color information

#BB8CFA (or 0xBB8CFA) is unknown color: approx Perfume. HEX triplet: BB, 8C and FA. RGB value is (187,140,250). Sum of RGB (Red+Green+Blue) = 187+140+250=577 (76% of max value = 765). Red value is 187 (73.44% from 255 or 32.41% from 577); Green value is 140 (55.08% from 255 or 24.26% from 577); Blue value is 250 (98.05% from 255 or 43.33% from 577); Max value from RGB is 250 - color contains mainly: blue. Hex color #BB8CFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BB8CFA is #447305. Grayscale: #A6A6A6. Windows color (decimal): -4485894 or 16420027. OLE color: 16420027.

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

Color convert

RGB187140250-
CMYK0.250.4400.02
HSL265.64º91.67%76.47%-
HSV(B)265.64º44%98.04%-
XYZ47.1336.2294.95-
YUV166.59175.07142.56-

RGB Variations

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

RGB

RED value IS 187 (73.44% from 255) = 32.41%
GREEN value IS 140 (55.08% from 255) = 24.26%
BLUE value IS 250 (98.05% from 255) = 43.33%
R=32.41%
G=24.26%
B=43.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1871402500.250.4400.02265.6491.6776.47
HexBB8CFA192C0210a5c4c
Octal273214372315402412134114
Binary1011101110001100111110101100110110001010000101010111001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BB8CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BB8CFA; }

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

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

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

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

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

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

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

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