#BC98ED

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

Shades of Perfume #BC98ED

Tints of Perfume #BC98ED

Color information

#BC98ED (or 0xBC98ED) is unknown color: approx Perfume. HEX triplet: BC, 98 and ED. RGB value is (188,152,237). Sum of RGB (Red+Green+Blue) = 188+152+237=577 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.58% from 577); Green value is 152 (59.77% from 255 or 26.34% from 577); Blue value is 237 (92.97% from 255 or 41.07% from 577); Max value from RGB is 237 - color contains mainly: blue. Hex color #BC98ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BC98ED is #436712. Grayscale: #ACACAC. Windows color (decimal): -4417299 or 15571132. OLE color: 15571132.

HSL color Cylindrical-coordinate representation of color #BC98ED: hue angle of 265.41º degrees, saturation: 0.7, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BC98ED is Cyan = 0.21, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB188152237-
CMYK0.210.3600.07
HSL265.41º70.25%76.27%-
HSV(B)265.41º35.86%92.94%-
XYZ47.2539.2685.21-
YUV172.45164.43139.09-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.58%
GREEN value IS 152 (59.77% from 255) = 26.34%
BLUE value IS 237 (92.97% from 255) = 41.07%
R=32.58%
G=26.34%
B=41.07%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1881522370.210.3600.07265.4170.2576.27
HexBC98ED152407109464c
Octal274230355254407411106114
Binary10111100100110001110110110101100100011110000100110001101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC98ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC98ED; }

 p { color: rgb(188,152,237); }

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

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

 a { background-color: rgb(188,152,237); }

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

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

 span { border-color: rgb(188,152,237); }

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