Html Css Color HEX #BEA2D9 Perfume

📋 copy color: '#BEA2D9'

red 190 ◦ green 162 ◦ blue 217

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

Shades of Perfume #BEA2D9

Tints of Perfume #BEA2D9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.14%

R = 33.39%
G = 28.47%
B = 38.14%

CMYK

 C value IS 0.12

 M value IS 0.25

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA2D9 (or 0xBEA2D9) is known color: Perfume. HEX triplet: BE, A2 and D9. RGB value is (190,162,217). Sum of RGB (Red+Green+Blue) = 190+162+217=569 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.39% from 569); Green value is 162 (63.67% from 255 or 28.47% from 569); Blue value is 217 (85.16% from 255 or 38.14% from 569); Max value from RGB is 217 - color contains mainly: blue. Hex color #BEA2D9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D9 is #415D26. Grayscale: #B0B0B0. Windows color (decimal): -4283687 or 14262974. OLE color: 14262974.

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

Color convert

RGB 190 162 217 -
CMYK 0.12 0.25 0 0.15
HSL 270.55º 0.42% 0.74% -
HSV(B) 270.55º 0.25% 0.85% -
XYZ 46.68 41.8 71.25 -
YUV 176.64 150.78 137.53 -
System Red Green Blue C M Y K H S L
Decimal 190 162 217 0.12 0.25 0 0.15 270.55 0.42 0.74
Hex BE A2 D9 C 19 0 F 10F 2A 4A
Octal 276 242 331 14 31 0 17 417 52 112
Binary 10111110 10100010 11011001 1100 11001 0 1111 100001111 101010 1001010

Color Harmonies of #BEA2D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2D9

Black with #BEA2D9

Text Example


Text Example

White with #BEA2D9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2D9; }

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

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

background-color css

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

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

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

border-color css

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

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

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