#BCA4E7

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

Shades of Perfume #BCA4E7

Tints of Perfume #BCA4E7

Color information

#BCA4E7 (or 0xBCA4E7) is unknown color: approx Perfume. HEX triplet: BC, A4 and E7. RGB value is (188,164,231). Sum of RGB (Red+Green+Blue) = 188+164+231=583 (77% of max value = 765). Red value is 188 (73.83% from 255 or 32.25% from 583); Green value is 164 (64.45% from 255 or 28.13% from 583); Blue value is 231 (90.62% from 255 or 39.62% from 583); Max value from RGB is 231 - color contains mainly: blue. Hex color #BCA4E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BCA4E7 is #435B18. Grayscale: #B2B2B2. Windows color (decimal): -4414233 or 15180988. OLE color: 15180988.

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

Color convert

RGB188164231-
CMYK0.190.2900.09
HSL261.49º58.26%77.45%-
HSV(B)261.49º29%90.59%-
XYZ48.4443.0181.35-
YUV178.81157.45134.55-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.25%
GREEN value IS 164 (64.45% from 255) = 28.13%
BLUE value IS 231 (90.62% from 255) = 39.62%
R=32.25%
G=28.13%
B=39.62%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1881642310.190.2900.09261.4958.2677.45
HexBCA4E7131D091053a4d
Octal274244347233501140572115
Binary1011110010100100111001111001111101010011000001011110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4E7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4E7; }

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

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

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

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

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

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

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

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