#BCA4CC

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

Shades of Perfume #BCA4CC

Tints of Perfume #BCA4CC

Color information

#BCA4CC (or 0xBCA4CC) is unknown color: approx Perfume. HEX triplet: BC, A4 and CC. RGB value is (188,164,204). Sum of RGB (Red+Green+Blue) = 188+164+204=556 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.81% from 556); Green value is 164 (64.45% from 255 or 29.50% from 556); Blue value is 204 (80.08% from 255 or 36.69% from 556); Max value from RGB is 204 - color contains mainly: blue. Hex color #BCA4CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4CC is #435B33. Grayscale: #AFAFAF. Windows color (decimal): -4414260 or 13411516. OLE color: 13411516.

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

Color convert

RGB188164204-
CMYK0.080.2000.2
HSL276º28.17%72.16%-
HSV(B)276º19.61%80%-
XYZ44.9141.662.79-
YUV175.74143.95136.75-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.81%
GREEN value IS 164 (64.45% from 255) = 29.50%
BLUE value IS 204 (80.08% from 255) = 36.69%
R=33.81%
G=29.50%
B=36.69%

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
Decimal1881642040.080.2000.227628.1772.16
HexBCA4CC8140141141c48
Octal274244314102402442434110
Binary101111001010010011001100100010100010100100010100111001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4CC; }

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

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

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

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

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

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

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

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