#BCA4DE

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

Shades of Perfume #BCA4DE

Tints of Perfume #BCA4DE

Color information

#BCA4DE (or 0xBCA4DE) is unknown color: approx Perfume. HEX triplet: BC, A4 and DE. RGB value is (188,164,222). Sum of RGB (Red+Green+Blue) = 188+164+222=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 164 (64.45% from 255 or 28.57% from 574); Blue value is 222 (87.11% from 255 or 38.68% from 574); Max value from RGB is 222 - color contains mainly: blue. Hex color #BCA4DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA4DE is #435B21. Grayscale: #B1B1B1. Windows color (decimal): -4414242 or 14591164. OLE color: 14591164.

HSL color Cylindrical-coordinate representation of color #BCA4DE: hue angle of 264.83º degrees, saturation: 0.47, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BCA4DE is Cyan = 0.15, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB188164222-
CMYK0.150.2600.13
HSL264.83º46.77%75.69%-
HSV(B)264.83º26.13%87.06%-
XYZ47.242.5274.83-
YUV177.79152.95135.28-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 164 (64.45% from 255) = 28.57%
BLUE value IS 222 (87.11% from 255) = 38.68%
R=32.75%
G=28.57%
B=38.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1881642220.150.2600.13264.8346.7775.69
HexBCA4DEF1A0D1092f4c
Octal274244336173201541157114
Binary101111001010010011011110111111010011011000010011011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA4DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA4DE; }

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

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

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

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

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

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

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

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