Html Css Color HEX #BEA4DA Perfume

📋 copy color: '#BEA4DA'

red 190 ◦ green 164 ◦ blue 218

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

Shades of Perfume #BEA4DA

Tints of Perfume #BEA4DA

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.67%

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

R = 33.22%
G = 28.67%
B = 38.11%

CMYK

 C value IS 0.13

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA4DA (or 0xBEA4DA) is known color: Perfume. HEX triplet: BE, A4 and DA. RGB value is (190,164,218). Sum of RGB (Red+Green+Blue) = 190+164+218=572 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.22% from 572); Green value is 164 (64.45% from 255 or 28.67% from 572); Blue value is 218 (85.55% from 255 or 38.11% from 572); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEA4DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4DA is #415B25. Grayscale: #B1B1B1. Windows color (decimal): -4283174 or 14329022. OLE color: 14329022.

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

Color convert

RGB 190 164 218 -
CMYK 0.13 0.25 0 0.15
HSL 268.89º 0.42% 0.75% -
HSV(B) 268.89º 0.25% 0.85% -
XYZ 47.17 42.56 72.06 -
YUV 177.93 150.61 136.61 -
System Red Green Blue C M Y K H S L
Decimal 190 164 218 0.13 0.25 0 0.15 268.89 0.42 0.75
Hex BE A4 DA D 19 0 F 10D 2A 4B
Octal 276 244 332 15 31 0 17 415 52 113
Binary 10111110 10100100 11011010 1101 11001 0 1111 100001101 101010 1001011

Color Harmonies of #BEA4DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4DA

Black with #BEA4DA

Text Example


Text Example

White with #BEA4DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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