#BCA0D7

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

Shades of Perfume #BCA0D7

Tints of Perfume #BCA0D7

Color information

#BCA0D7 (or 0xBCA0D7) is unknown color: approx Perfume. HEX triplet: BC, A0 and D7. RGB value is (188,160,215). Sum of RGB (Red+Green+Blue) = 188+160+215=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 160 (62.89% from 255 or 28.42% from 563); Blue value is 215 (84.38% from 255 or 38.19% from 563); Max value from RGB is 215 - color contains mainly: blue. Hex color #BCA0D7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA0D7 is #435F28. Grayscale: #AEAEAE. Windows color (decimal): -4415273 or 14131388. OLE color: 14131388.

HSL color Cylindrical-coordinate representation of color #BCA0D7: hue angle of 270.55º degrees, saturation: 0.41, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA0D7 is Cyan = 0.13, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188160215-
CMYK0.130.2600.16
HSL270.55º40.74%73.53%-
HSV(B)270.55º25.58%84.31%-
XYZ45.5840.7469.75-
YUV174.64150.78137.53-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 160 (62.89% from 255) = 28.42%
BLUE value IS 215 (84.38% from 255) = 38.19%
R=33.39%
G=28.42%
B=38.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881602150.130.2600.16270.5540.7473.53
HexBCA0D7D1A01010f294a
Octal274240327153202041751112
Binary1011110010100000110101111101110100100001000011111010011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA0D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA0D7; }

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

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

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

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

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

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

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

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