#BCA4DA

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

Shades of Perfume #BCA4DA

Tints of Perfume #BCA4DA

Color information

#BCA4DA (or 0xBCA4DA) is unknown color: approx Perfume. HEX triplet: BC, A4 and DA. RGB value is (188,164,218). Sum of RGB (Red+Green+Blue) = 188+164+218=570 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.98% from 570); Green value is 164 (64.45% from 255 or 28.77% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DA is #435B25. Grayscale: #B1B1B1. Windows color (decimal): -4414246 or 14329020. OLE color: 14329020.

HSL color Cylindrical-coordinate representation of color #BCA4DA: hue angle of 266.67º degrees, saturation: 0.42, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BCA4DA is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188164218-
CMYK0.140.2500.15
HSL266.67º42.19%74.9%-
HSV(B)266.67º24.77%85.49%-
XYZ46.6742.372.04-
YUV177.33150.95135.61-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.98%
GREEN value IS 164 (64.45% from 255) = 28.77%
BLUE value IS 218 (85.55% from 255) = 38.25%
R=32.98%
G=28.77%
B=38.25%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881642180.140.2500.15266.6742.1974.9
HexBCA4DAE190F10b2a4b
Octal274244332163101741352113
Binary101111001010010011011010111011001011111000010111010101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4DA; }

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

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

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

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

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

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

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

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