#BCA8DA

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

Shades of Perfume #BCA8DA

Tints of Perfume #BCA8DA

Color information

#BCA8DA (or 0xBCA8DA) is unknown color: approx Perfume. HEX triplet: BC, A8 and DA. RGB value is (188,168,218). Sum of RGB (Red+Green+Blue) = 188+168+218=574 (76% of max value = 765). Red value is 188 (73.83% from 255 or 32.75% from 574); Green value is 168 (66.02% from 255 or 29.27% from 574); Blue value is 218 (85.55% from 255 or 37.98% from 574); Max value from RGB is 218 - color contains mainly: blue. Hex color #BCA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA8DA is #435725. Grayscale: #B3B3B3. Windows color (decimal): -4413222 or 14330044. OLE color: 14330044.

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

Color convert

RGB188168218-
CMYK0.140.2300.15
HSL264º40.32%75.69%-
HSV(B)264º22.94%85.49%-
XYZ47.443.7672.28-
YUV179.68149.63133.93-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.75%
GREEN value IS 168 (66.02% from 255) = 29.27%
BLUE value IS 218 (85.55% from 255) = 37.98%
R=32.75%
G=29.27%
B=37.98%

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
Decimal1881682180.140.2300.1526440.3275.69
HexBCA8DAE170F108284c
Octal274250332162701741050114
Binary101111001010100011011010111010111011111000010001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA8DA; }

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

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

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

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

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

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

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

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