#BCA7D8

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

Shades of Perfume #BCA7D8

Tints of Perfume #BCA7D8

Color information

#BCA7D8 (or 0xBCA7D8) is unknown color: approx Perfume. HEX triplet: BC, A7 and D8. RGB value is (188,167,216). Sum of RGB (Red+Green+Blue) = 188+167+216=571 (75% of max value = 765). Red value is 188 (73.83% from 255 or 32.92% from 571); Green value is 167 (65.62% from 255 or 29.25% from 571); Blue value is 216 (84.77% from 255 or 37.83% from 571); Max value from RGB is 216 - color contains mainly: blue. Hex color #BCA7D8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D8 is #435827. Grayscale: #B2B2B2. Windows color (decimal): -4413480 or 14198716. OLE color: 14198716.

HSL color Cylindrical-coordinate representation of color #BCA7D8: hue angle of 265.71º degrees, saturation: 0.39, 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 #BCA7D8 is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB188167216-
CMYK0.130.2300.15
HSL265.71º38.58%75.1%-
HSV(B)265.71º22.69%84.71%-
XYZ46.9543.2970.85-
YUV178.86148.96134.52-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 32.92%
GREEN value IS 167 (65.62% from 255) = 29.25%
BLUE value IS 216 (84.77% from 255) = 37.83%
R=32.92%
G=29.25%
B=37.83%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1881672160.130.2300.15265.7138.5875.1
HexBCA7D8D170F10a274b
Octal274247330152701741247113
Binary101111001010011111011000110110111011111000010101001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7D8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7D8; }

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

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

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

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

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

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

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

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