#BCA1CD

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

Shades of Perfume #BCA1CD

Tints of Perfume #BCA1CD

Color information

#BCA1CD (or 0xBCA1CD) is unknown color: approx Perfume. HEX triplet: BC, A1 and CD. RGB value is (188,161,205). Sum of RGB (Red+Green+Blue) = 188+161+205=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 161 (63.28% from 255 or 29.06% from 554); Blue value is 205 (80.47% from 255 or 37.00% from 554); Max value from RGB is 205 - color contains mainly: blue. Hex color #BCA1CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1CD is #435E32. Grayscale: #ADADAD. Windows color (decimal): -4415027 or 13476284. OLE color: 13476284.

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

Color convert

RGB188161205-
CMYK0.080.2100.20
HSL276.82º30.56%71.76%-
HSV(B)276.82º21.46%80.39%-
XYZ44.540.5963.25-
YUV174.09145.45137.92-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 161 (63.28% from 255) = 29.06%
BLUE value IS 205 (80.47% from 255) = 37.00%
R=33.94%
G=29.06%
B=37.00%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1881612050.080.2100.20276.8230.5671.76
HexBCA1CD8150141151f48
Octal274241315102502442537110
Binary101111001010000111001101100010101010100100010101111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1CD; }

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

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

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

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

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

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

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

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