Html Css Color HEX #BEA0DA Perfume

📋 copy color: '#BEA0DA'

red 190 ◦ green 160 ◦ blue 218

#BEA0DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Perfume #BEA0DA

Tints of Perfume #BEA0DA

RGB

 RED value IS 190 (74.61% from 255) = 33.45%

 GREEN value IS 160 (62.89% from 255) = 28.17%

 BLUE value IS 218 (85.55% from 255) = 38.38%

R = 33.45%
G = 28.17%
B = 38.38%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA0DA (or 0xBEA0DA) is known color: Perfume. HEX triplet: BE, A0 and DA. RGB value is (190,160,218). Sum of RGB (Red+Green+Blue) = 190+160+218=568 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.45% from 568); Green value is 160 (62.89% from 255 or 28.17% from 568); Blue value is 218 (85.55% from 255 or 38.38% from 568); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEA0DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA0DA is #415F25. Grayscale: #AFAFAF. Windows color (decimal): -4284198 or 14327998. OLE color: 14327998.

HSL color Cylindrical-coordinate representation of color #BEA0DA: hue angle of 271.03º degrees, saturation: 0.44, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BEA0DA is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 160 218 -
CMYK 0.13 0.27 0 0.15
HSL 271.03º 0.44% 0.74% -
HSV(B) 271.03º 0.27% 0.85% -
XYZ 46.46 41.15 71.82 -
YUV 175.58 151.94 138.28 -
System Red Green Blue C M Y K H S L
Decimal 190 160 218 0.13 0.27 0 0.15 271.03 0.44 0.74
Hex BE A0 DA D 1B 0 F 10F 2C 4A
Octal 276 240 332 15 33 0 17 417 54 112
Binary 10111110 10100000 11011010 1101 11011 0 1111 100001111 101100 1001010

Color Harmonies of #BEA0DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0DA

Black with #BEA0DA

Text Example


Text Example

White with #BEA0DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0DA; }

 p { color: rgb(190,160,218); }

 H1.HeaderClassName
 {
   color: #BEA0DA;
 }
 .AnyTagClassName
 {
   color: #BEA0DA;
 }
</style>

background-color css

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

 a { background-color: rgb(190,160,218); }

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

border-color css

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

 span { border-color: rgb(190,160,218); }

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