#BCA1CC

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

Shades of Perfume #BCA1CC

Tints of Perfume #BCA1CC

Color information

#BCA1CC (or 0xBCA1CC) is unknown color: approx Perfume. HEX triplet: BC, A1 and CC. RGB value is (188,161,204). Sum of RGB (Red+Green+Blue) = 188+161+204=553 (73% of max value = 765). Red value is 188 (73.83% from 255 or 34.00% from 553); Green value is 161 (63.28% from 255 or 29.11% from 553); Blue value is 204 (80.08% from 255 or 36.89% from 553); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCA1CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA1CC is #435E33. Grayscale: #ADADAD. Windows color (decimal): -4415028 or 13410748. OLE color: 13410748.

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

Color convert

RGB188161204-
CMYK0.080.2100.2
HSL277.67º29.66%71.57%-
HSV(B)277.67º21.08%80%-
XYZ44.3840.5462.61-
YUV173.98144.95138-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 34.00%
GREEN value IS 161 (63.28% from 255) = 29.11%
BLUE value IS 204 (80.08% from 255) = 36.89%
R=34.00%
G=29.11%
B=36.89%

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
Decimal1881612040.080.2100.2277.6729.6671.57
HexBCA1CC8150141161e48
Octal274241314102502442636110
Binary101111001010000111001100100010101010100100010110111101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA1CC; }

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

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

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

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

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

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

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

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