#BC9DE4

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

Shades of Perfume #BC9DE4

Tints of Perfume #BC9DE4

Color information

#BC9DE4 (or 0xBC9DE4) is unknown color: approx Perfume. HEX triplet: BC, 9D and E4. RGB value is (188,157,228). Sum of RGB (Red+Green+Blue) = 188+157+228=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 157 (61.72% from 255 or 27.40% from 573); Blue value is 228 (89.45% from 255 or 39.79% from 573); Max value from RGB is 228 - color contains mainly: blue. Hex color #BC9DE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BC9DE4 is #43621B. Grayscale: #AEAEAE. Windows color (decimal): -4416028 or 14982588. OLE color: 14982588.

HSL color Cylindrical-coordinate representation of color #BC9DE4: hue angle of 266.2º degrees, saturation: 0.57, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BC9DE4 is Cyan = 0.18, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB188157228-
CMYK0.180.3100.11
HSL266.2º56.8%75.49%-
HSV(B)266.2º31.14%89.41%-
XYZ46.840.4178.73-
YUV174.36158.27137.73-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 157 (61.72% from 255) = 27.40%
BLUE value IS 228 (89.45% from 255) = 39.79%
R=32.81%
G=27.40%
B=39.79%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1881572280.180.3100.11266.256.875.49
HexBC9DE4121F0B10a394b
Octal274235344223701341271113
Binary1011110010011101111001001001011111010111000010101110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BC9DE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BC9DE4; }

 p { color: rgb(188,157,228); }

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

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

 a { background-color: rgb(188,157,228); }

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

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

 span { border-color: rgb(188,157,228); }

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