#BCA2CC

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

Shades of Perfume #BCA2CC

Tints of Perfume #BCA2CC

Color information

#BCA2CC (or 0xBCA2CC) is unknown color: approx Perfume. HEX triplet: BC, A2 and CC. RGB value is (188,162,204). Sum of RGB (Red+Green+Blue) = 188+162+204=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 162 (63.67% from 255 or 29.24% from 554); Blue value is 204 (80.08% from 255 or 36.82% from 554); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCA2CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA2CC is #435D33. Grayscale: #AEAEAE. Windows color (decimal): -4414772 or 13411004. OLE color: 13411004.

HSL color Cylindrical-coordinate representation of color #BCA2CC: hue angle of 277.14º degrees, saturation: 0.29, 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 #BCA2CC is Cyan = 0.08, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB188162204-
CMYK0.080.2100.2
HSL277.14º29.17%71.76%-
HSV(B)277.14º20.59%80%-
XYZ44.5640.8962.67-
YUV174.56144.61137.58-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 162 (63.67% from 255) = 29.24%
BLUE value IS 204 (80.08% from 255) = 36.82%
R=33.94%
G=29.24%
B=36.82%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881622040.080.2100.2277.1429.1771.76
HexBCA2CC8150141151d48
Octal274242314102502442535110
Binary101111001010001011001100100010101010100100010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA2CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA2CC; }

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

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

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

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

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

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

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

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