#BCA3D4

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

Shades of Perfume #BCA3D4

Tints of Perfume #BCA3D4

Color information

#BCA3D4 (or 0xBCA3D4) is unknown color: approx Perfume. HEX triplet: BC, A3 and D4. RGB value is (188,163,212). Sum of RGB (Red+Green+Blue) = 188+163+212=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 163 (64.06% from 255 or 28.95% from 563); Blue value is 212 (83.20% from 255 or 37.66% from 563); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA3D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA3D4 is #435C2B. Grayscale: #AFAFAF. Windows color (decimal): -4414508 or 13935548. OLE color: 13935548.

HSL color Cylindrical-coordinate representation of color #BCA3D4: hue angle of 270.61º degrees, saturation: 0.36, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BCA3D4 is Cyan = 0.11, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB188163212-
CMYK0.110.2300.17
HSL270.61º36.3%73.53%-
HSV(B)270.61º23.11%83.14%-
XYZ45.7241.6467.91-
YUV176.06148.28136.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 163 (64.06% from 255) = 28.95%
BLUE value IS 212 (83.20% from 255) = 37.66%
R=33.39%
G=28.95%
B=37.66%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881632120.110.2300.17270.6136.373.53
HexBCA3D4B1701110f244a
Octal274243324132702141744112
Binary1011110010100011110101001011101110100011000011111001001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA3D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA3D4; }

 p { color: rgb(188,163,212); }

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

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

 a { background-color: rgb(188,163,212); }

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

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

 span { border-color: rgb(188,163,212); }

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