#BEACD0

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

Shades of Perfume #BEACD0

Tints of Perfume #BEACD0

Color information

#BEACD0 (or 0xBEACD0) is unknown color: approx Perfume. HEX triplet: BE, AC and D0. RGB value is (190,172,208). Sum of RGB (Red+Green+Blue) = 190+172+208=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 172 (67.58% from 255 or 30.18% from 570); Blue value is 208 (81.64% from 255 or 36.49% from 570); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEACD0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEACD0 is #41532F. Grayscale: #B5B5B5. Windows color (decimal): -4281136 or 13675710. OLE color: 13675710.

HSL color Cylindrical-coordinate representation of color #BEACD0: hue angle of 270º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEACD0 is Cyan = 0.09, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB190172208-
CMYK0.090.1700.18
HSL270º27.69%74.51%-
HSV(B)270º17.31%81.57%-
XYZ47.3745.0165.86-
YUV181.49142.96134.07-

RGB Variations

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

RGB

RED value IS 190 (74.61% from 255) = 33.33%
GREEN value IS 172 (67.58% from 255) = 30.18%
BLUE value IS 208 (81.64% from 255) = 36.49%
R=33.33%
G=30.18%
B=36.49%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1901722080.090.1700.1827027.6974.51
HexBEACD091101210e1c4b
Octal276254320112102241634113
Binary101111101010110011010000100110001010010100001110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BEACD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BEACD0; }

 p { color: rgb(190,172,208); }

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

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

 a { background-color: rgb(190,172,208); }

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

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

 span { border-color: rgb(190,172,208); }

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