#BCA7D4

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

Shades of Perfume #BCA7D4

Tints of Perfume #BCA7D4

Color information

#BCA7D4 (or 0xBCA7D4) is unknown color: approx Perfume. HEX triplet: BC, A7 and D4. RGB value is (188,167,212). Sum of RGB (Red+Green+Blue) = 188+167+212=567 (75% of max value = 765). Red value is 188 (73.83% from 255 or 33.16% from 567); Green value is 167 (65.62% from 255 or 29.45% from 567); Blue value is 212 (83.20% from 255 or 37.39% from 567); Max value from RGB is 212 - color contains mainly: blue. Hex color #BCA7D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BCA7D4 is #43582B. Grayscale: #B2B2B2. Windows color (decimal): -4413484 or 13936572. OLE color: 13936572.

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

Color convert

RGB188167212-
CMYK0.110.2100.17
HSL268º34.35%74.31%-
HSV(B)268º21.23%83.14%-
XYZ46.4443.0868.16-
YUV178.41146.96134.84-

RGB Variations

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

RGB

RED value IS 188 (73.83% from 255) = 33.16%
GREEN value IS 167 (65.62% from 255) = 29.45%
BLUE value IS 212 (83.20% from 255) = 37.39%
R=33.16%
G=29.45%
B=37.39%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1881672120.110.2100.1726834.3574.31
HexBCA7D4B1501110c224a
Octal274247324132502141442112
Binary1011110010100111110101001011101010100011000011001000101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BCA7D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BCA7D4; }

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

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

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

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

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

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

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

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