#BCA4CA

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

Shades of Perfume #BCA4CA

Tints of Perfume #BCA4CA

Color information

#BCA4CA (or 0xBCA4CA) is unknown color: approx Perfume. HEX triplet: BC, A4 and CA. RGB value is (188,164,202). Sum of RGB (Red+Green+Blue) = 188+164+202=554 (73% of max value = 765). Red value is 188 (73.83% from 255 or 33.94% from 554); Green value is 164 (64.45% from 255 or 29.60% from 554); Blue value is 202 (79.30% from 255 or 36.46% from 554); Max value from RGB is 202 - color contains mainly: blue. Hex color #BCA4CA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4CA is #435B35. Grayscale: #AFAFAF. Windows color (decimal): -4414262 or 13280444. OLE color: 13280444.

HSL color Cylindrical-coordinate representation of color #BCA4CA: hue angle of 277.89º degrees, saturation: 0.26, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BCA4CA is Cyan = 0.07, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB188164202-
CMYK0.070.1900.21
HSL277.89º26.39%71.76%-
HSV(B)277.89º18.81%79.22%-
XYZ44.6841.5161.53-
YUV175.51142.95136.91-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.94%
GREEN value IS 164 (64.45% from 255) = 29.60%
BLUE value IS 202 (79.30% from 255) = 36.46%
R=33.94%
G=29.60%
B=36.46%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal1881642020.070.1900.21277.8926.3971.76
HexBCA4CA7130151161a48
Octal27424431272302542632110
Binary10111100101001001100101011110011010101100010110110101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4CA; }

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

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

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

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

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

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

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

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