#BCA7D5

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

Shades of Perfume #BCA7D5

Tints of Perfume #BCA7D5

Color information

#BCA7D5 (or 0xBCA7D5) is unknown color: approx Perfume. HEX triplet: BC, A7 and D5. RGB value is (188,167,213). Sum of RGB (Red+Green+Blue) = 188+167+213=568 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.10% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 213 (83.59% from 255 or 37.5% from 568); Max value from RGB is 213 - color contains mainly: blue. Hex color #BCA7D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D5 is #43582A. Grayscale: #B2B2B2. Windows color (decimal): -4413483 or 14002108. OLE color: 14002108.

HSL color Cylindrical-coordinate representation of color #BCA7D5: hue angle of 267.39º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BCA7D5 is Cyan = 0.12, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB188167213-
CMYK0.120.2200.16
HSL267.39º35.38%74.51%-
HSV(B)267.39º21.6%83.53%-
XYZ46.5743.1368.82-
YUV178.52147.46134.76-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.10%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 213 (83.59% from 255) = 37.5%
R=33.10%
G=29.40%
B=37.5%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1881672130.120.2200.16267.3935.3874.51
HexBCA7D5C1601010b234b
Octal274247325142602041343113
Binary1011110010100111110101011100101100100001000010111000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7D5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7D5; }

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

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

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

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

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

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

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

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