Html Css Color HEX #BEA2DA Perfume

📋 copy color: '#BEA2DA'

red 190 ◦ green 162 ◦ blue 218

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

Shades of Perfume #BEA2DA

Tints of Perfume #BEA2DA

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.42%

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

R = 33.33%
G = 28.42%
B = 38.25%

CMYK

 C value IS 0.13

 M value IS 0.26

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA2DA (or 0xBEA2DA) is known color: Perfume. HEX triplet: BE, A2 and DA. RGB value is (190,162,218). Sum of RGB (Red+Green+Blue) = 190+162+218=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 162 (63.67% from 255 or 28.42% from 570); Blue value is 218 (85.55% from 255 or 38.25% from 570); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEA2DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2DA is #415D25. Grayscale: #B0B0B0. Windows color (decimal): -4283686 or 14328510. OLE color: 14328510.

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

Color convert

RGB 190 162 218 -
CMYK 0.13 0.26 0 0.15
HSL 270º 0.43% 0.75% -
HSV(B) 270º 0.26% 0.85% -
XYZ 46.81 41.85 71.94 -
YUV 176.76 151.28 137.45 -
System Red Green Blue C M Y K H S L
Decimal 190 162 218 0.13 0.26 0 0.15 270 0.43 0.75
Hex BE A2 DA D 1A 0 F 10E 2B 4B
Octal 276 242 332 15 32 0 17 416 53 113
Binary 10111110 10100010 11011010 1101 11010 0 1111 100001110 101011 1001011

Color Harmonies of #BEA2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2DA

Black with #BEA2DA

Text Example


Text Example

White with #BEA2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2DA; }

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

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

background-color css

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

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

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

border-color css

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

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

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