#BCA3CD

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

Shades of Perfume #BCA3CD

Tints of Perfume #BCA3CD

Color information

#BCA3CD (or 0xBCA3CD) is unknown color: approx Perfume. HEX triplet: BC, A3 and CD. RGB value is (188,163,205). Sum of RGB (Red+Green+Blue) = 188+163+205=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 163 (64.06% from 255 or 29.32% from 556); Blue value is 205 (80.47% from 255 or 36.87% from 556); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA3CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CD is #435C32. Grayscale: #AFAFAF. Windows color (decimal): -4414515 or 13476796. OLE color: 13476796.

HSL color Cylindrical-coordinate representation of color #BCA3CD: hue angle of 275.71º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BCA3CD is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB188163205-
CMYK0.080.2000.20
HSL275.71º29.58%72.16%-
HSV(B)275.71º20.49%80.39%-
XYZ44.8641.2963.36-
YUV175.26144.78137.08-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 163 (64.06% from 255) = 29.32%
BLUE value IS 205 (80.47% from 255) = 36.87%
R=33.81%
G=29.32%
B=36.87%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881632050.080.2000.20275.7129.5872.16
HexBCA3CD8140141141e48
Octal274243315102402442436110
Binary101111001010001111001101100010100010100100010100111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3CD; }

 p { color: rgb(188,163,205); }

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

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

 a { background-color: rgb(188,163,205); }

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

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

 span { border-color: rgb(188,163,205); }

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