#BCA7DA

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

Shades of Perfume #BCA7DA

Tints of Perfume #BCA7DA

Color information

#BCA7DA (or 0xBCA7DA) is unknown color: approx Perfume. HEX triplet: BC, A7 and DA. RGB value is (188,167,218). Sum of RGB (Red+Green+Blue) = 188+167+218=573 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.81% from 573); Green value is 167 (65.62% from 255 or 29.14% from 573); Blue value is 218 (85.55% from 255 or 38.05% from 573); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA7DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7DA is #435825. Grayscale: #B2B2B2. Windows color (decimal): -4413478 or 14329788. OLE color: 14329788.

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

Color convert

RGB188167218-
CMYK0.140.2300.15
HSL264.71º40.8%75.49%-
HSV(B)264.71º23.39%85.49%-
XYZ47.2143.3972.22-
YUV179.09149.96134.35-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.81%
GREEN value IS 167 (65.62% from 255) = 29.14%
BLUE value IS 218 (85.55% from 255) = 38.05%
R=32.81%
G=29.14%
B=38.05%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881672180.140.2300.15264.7140.875.49
HexBCA7DAE170F109294b
Octal274247332162701741151113
Binary101111001010011111011010111010111011111000010011010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7DA; }

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

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

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

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

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

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

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

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