#BCA6D1

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

Shades of Perfume #BCA6D1

Tints of Perfume #BCA6D1

Color information

#BCA6D1 (or 0xBCA6D1) is unknown color: approx Perfume. HEX triplet: BC, A6 and D1. RGB value is (188,166,209). Sum of RGB (Red+Green+Blue) = 188+166+209=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 209 (82.03% from 255 or 37.12% from 563); Max value from RGB is 209 - color contains mainly: blue. Hex color #BCA6D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA6D1 is #43592E. Grayscale: #B1B1B1. Windows color (decimal): -4413743 or 13739708. OLE color: 13739708.

HSL color Cylindrical-coordinate representation of color #BCA6D1: hue angle of 270.7º degrees, saturation: 0.32, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA6D1 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188166209-
CMYK0.100.2100.18
HSL270.7º31.85%73.53%-
HSV(B)270.7º20.57%81.96%-
XYZ45.8842.5766.12-
YUV177.48145.79135.5-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 166 (65.23% from 255) = 29.48%
BLUE value IS 209 (82.03% from 255) = 37.12%
R=33.39%
G=29.48%
B=37.12%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881662090.100.2100.18270.731.8573.53
HexBCA6D1A1501210f204a
Octal274246321122502241740112
Binary1011110010100110110100011010101010100101000011111000001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA6D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA6D1; }

 p { color: rgb(188,166,209); }

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

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

 a { background-color: rgb(188,166,209); }

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

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

 span { border-color: rgb(188,166,209); }

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