#BCA5D2

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

Shades of Perfume #BCA5D2

Tints of Perfume #BCA5D2

Color information

#BCA5D2 (or 0xBCA5D2) is unknown color: approx Perfume. HEX triplet: BC, A5 and D2. RGB value is (188,165,210). Sum of RGB (Red+Green+Blue) = 188+165+210=563 (74% of max value = 765). Red value is 188 (73.83% from 255 or 33.39% from 563); Green value is 165 (64.84% from 255 or 29.31% from 563); Blue value is 210 (82.42% from 255 or 37.30% from 563); Max value from RGB is 210 - color contains mainly: blue. Hex color #BCA5D2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA5D2 is #435A2D. Grayscale: #B0B0B0. Windows color (decimal): -4413998 or 13804988. OLE color: 13804988.

HSL color Cylindrical-coordinate representation of color #BCA5D2: hue angle of 270.67º degrees, saturation: 0.33, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BCA5D2 is Cyan = 0.10, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB188165210-
CMYK0.100.2100.18
HSL270.67º33.33%73.53%-
HSV(B)270.67º21.43%82.35%-
XYZ45.8342.2566.71-
YUV177.01146.62135.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.39%
GREEN value IS 165 (64.84% from 255) = 29.31%
BLUE value IS 210 (82.42% from 255) = 37.30%
R=33.39%
G=29.31%
B=37.30%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1881652100.100.2100.18270.6733.3373.53
HexBCA5D2A1501210f214a
Octal274245322122502241741112
Binary1011110010100101110100101010101010100101000011111000011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA5D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA5D2; }

 p { color: rgb(188,165,210); }

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

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

 a { background-color: rgb(188,165,210); }

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

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

 span { border-color: rgb(188,165,210); }

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