#BCA3CC

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

Shades of Perfume #BCA3CC

Tints of Perfume #BCA3CC

Color information

#BCA3CC (or 0xBCA3CC) is unknown color: approx Perfume. HEX triplet: BC, A3 and CC. RGB value is (188,163,204). Sum of RGB (Red+Green+Blue) = 188+163+204=555 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.87% from 555); Green value is 163 (64.06% from 255 or 29.37% from 555); Blue value is 204 (80.08% from 255 or 36.76% from 555); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCA3CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3CC is #435C33. Grayscale: #AFAFAF. Windows color (decimal): -4414516 or 13411260. OLE color: 13411260.

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

Color convert

RGB188163204-
CMYK0.080.2000.2
HSL276.59º28.67%71.96%-
HSV(B)276.59º20.1%80%-
XYZ44.7441.2562.73-
YUV175.15144.28137.17-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.87%
GREEN value IS 163 (64.06% from 255) = 29.37%
BLUE value IS 204 (80.08% from 255) = 36.76%
R=33.87%
G=29.37%
B=36.76%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1881632040.080.2000.2276.5928.6771.96
HexBCA3CC8140141151d48
Octal274243314102402442535110
Binary101111001010001111001100100010100010100100010101111011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3CC; }

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

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

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

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

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

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

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

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