#BC97E6

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

Shades of Perfume #BC97E6

Tints of Perfume #BC97E6

Color information

#BC97E6 (or 0xBC97E6) is unknown color: approx Perfume. HEX triplet: BC, 97 and E6. RGB value is (188,151,230). Sum of RGB (Red+Green+Blue) = 188+151+230=569 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.04% from 569); Green value is 151 (59.38% from 255 or 26.54% from 569); Blue value is 230 (90.23% from 255 or 40.42% from 569); Max value from RGB is 230 - color contains mainly: blue. Hex color #BC97E6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC97E6 is #436819. Grayscale: #AAAAAA. Windows color (decimal): -4417562 or 15112124. OLE color: 15112124.

HSL color Cylindrical-coordinate representation of color #BC97E6: hue angle of 268.1º degrees, saturation: 0.61, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BC97E6 is Cyan = 0.18, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB188151230-
CMYK0.180.3400.10
HSL268.1º61.24%74.71%-
HSV(B)268.1º34.35%90.2%-
XYZ46.0938.5479.87-
YUV171.07161.26140.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.04%
GREEN value IS 151 (59.38% from 255) = 26.54%
BLUE value IS 230 (90.23% from 255) = 40.42%
R=33.04%
G=26.54%
B=40.42%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1881512300.180.3400.10268.161.2474.71
HexBC97E612220A10c3d4b
Octal274227346224201241475113
Binary10111100100101111110011010010100010010101000011001111011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC97E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC97E6; }

 p { color: rgb(188,151,230); }

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

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

 a { background-color: rgb(188,151,230); }

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

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

 span { border-color: rgb(188,151,230); }

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