#BC8AFD

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

Shades of Perfume #BC8AFD

Tints of Perfume #BC8AFD

Color information

#BC8AFD (or 0xBC8AFD) is unknown color: approx Perfume. HEX triplet: BC, 8A and FD. RGB value is (188,138,253). Sum of RGB (Red+Green+Blue) = 188+138+253=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 138 (54.30% from 255 or 23.83% from 579); Blue value is 253 (99.22% from 255 or 43.70% from 579); Max value from RGB is 253 - color contains mainly: blue. Hex color #BC8AFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC8AFD is #437502. Grayscale: #A5A5A5. Windows color (decimal): -4420867 or 16616124. OLE color: 16616124.

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

Color convert

RGB188138253-
CMYK0.260.4500.01
HSL266.09º96.64%76.67%-
HSV(B)266.09º45.45%99.22%-
XYZ47.5635.9697.36-
YUV166.06177.06143.65-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 138 (54.30% from 255) = 23.83%
BLUE value IS 253 (99.22% from 255) = 43.70%
R=32.47%
G=23.83%
B=43.70%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1881382530.260.4500.01266.0996.6476.67
HexBC8AFD1A2D0110a614d
Octal274212375325501412141115
Binary101111001000101011111101110101011010110000101011000011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC8AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC8AFD; }

 p { color: rgb(188,138,253); }

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

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

 a { background-color: rgb(188,138,253); }

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

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

 span { border-color: rgb(188,138,253); }

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