#BCA0E7

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

Shades of Perfume #BCA0E7

Tints of Perfume #BCA0E7

Color information

#BCA0E7 (or 0xBCA0E7) is unknown color: approx Perfume. HEX triplet: BC, A0 and E7. RGB value is (188,160,231). Sum of RGB (Red+Green+Blue) = 188+160+231=579 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.47% from 579); Green value is 160 (62.89% from 255 or 27.63% from 579); Blue value is 231 (90.62% from 255 or 39.90% from 579); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCA0E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA0E7 is #435F18. Grayscale: #B0B0B0. Windows color (decimal): -4415257 or 15179964. OLE color: 15179964.

HSL color Cylindrical-coordinate representation of color #BCA0E7: hue angle of 263.66º degrees, saturation: 0.6, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BCA0E7 is Cyan = 0.19, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB188160231-
CMYK0.190.3100.09
HSL263.66º59.66%76.67%-
HSV(B)263.66º30.74%90.59%-
XYZ47.7341.681.12-
YUV176.47158.78136.23-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.47%
GREEN value IS 160 (62.89% from 255) = 27.63%
BLUE value IS 231 (90.62% from 255) = 39.90%
R=32.47%
G=27.63%
B=39.90%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881602310.190.3100.09263.6659.6676.67
HexBCA0E7131F091083c4d
Octal274240347233701141074115
Binary1011110010100000111001111001111111010011000010001111001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0E7; }

 p { color: rgb(188,160,231); }

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

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

 a { background-color: rgb(188,160,231); }

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

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

 span { border-color: rgb(188,160,231); }

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