#BCA2CE

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

Shades of Perfume #BCA2CE

Tints of Perfume #BCA2CE

Color information

#BCA2CE (or 0xBCA2CE) is unknown color: approx Perfume. HEX triplet: BC, A2 and CE. RGB value is (188,162,206). Sum of RGB (Red+Green+Blue) = 188+162+206=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 162 (63.67% from 255 or 29.14% from 556); Blue value is 206 (80.86% from 255 or 37.05% from 556); Max value from RGB is 206 - color contains mainly: blue. Hex color #BCA2CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2CE is #435D31. Grayscale: #AEAEAE. Windows color (decimal): -4414770 or 13542076. OLE color: 13542076.

HSL color Cylindrical-coordinate representation of color #BCA2CE: hue angle of 275.45º degrees, saturation: 0.31, 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 #BCA2CE is Cyan = 0.09, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB188162206-
CMYK0.090.2100.19
HSL275.45º30.99%72.16%-
HSV(B)275.45º21.36%80.78%-
XYZ44.840.9963.94-
YUV174.79145.61137.42-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 162 (63.67% from 255) = 29.14%
BLUE value IS 206 (80.86% from 255) = 37.05%
R=33.81%
G=29.14%
B=37.05%

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
Decimal1881622060.090.2100.19275.4530.9972.16
HexBCA2CE9150131131f48
Octal274242316112502342337110
Binary101111001010001011001110100110101010011100010011111111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2CE; }

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

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

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

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

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

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

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

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