#BCA3CE

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

Shades of Perfume #BCA3CE

Tints of Perfume #BCA3CE

Color information

#BCA3CE (or 0xBCA3CE) is unknown color: approx Perfume. HEX triplet: BC, A3 and CE. RGB value is (188,163,206). Sum of RGB (Red+Green+Blue) = 188+163+206=557 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.75% from 557); Green value is 163 (64.06% from 255 or 29.26% from 557); Blue value is 206 (80.86% from 255 or 36.98% from 557); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA3CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CE is #435C31. Grayscale: #AFAFAF. Windows color (decimal): -4414514 or 13542332. OLE color: 13542332.

HSL color Cylindrical-coordinate representation of color #BCA3CE: hue angle of 274.88º degrees, saturation: 0.3, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA3CE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188163206-
CMYK0.090.2100.19
HSL274.88º30.5%72.35%-
HSV(B)274.88º20.87%80.78%-
XYZ44.9841.3464-
YUV175.38145.28137-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.75%
GREEN value IS 163 (64.06% from 255) = 29.26%
BLUE value IS 206 (80.86% from 255) = 36.98%
R=33.75%
G=29.26%
B=36.98%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1881632060.090.2100.19274.8830.572.35
HexBCA3CE9150131131e48
Octal274243316112502342336110
Binary101111001010001111001110100110101010011100010011111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3CE; }

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

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

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

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

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

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

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

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