Html Css Color HEX #BEA1D1 Perfume

📋 copy color: '#BEA1D1'

red 190 ◦ green 161 ◦ blue 209

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

Shades of Perfume #BEA1D1

Tints of Perfume #BEA1D1

RGB

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

 GREEN value IS 161 (63.28% from 255) = 28.75%

 BLUE value IS 209 (82.03% from 255) = 37.32%

R = 33.93%
G = 28.75%
B = 37.32%

CMYK

 C value IS 0.09

 M value IS 0.23

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEA1D1 (or 0xBEA1D1) is known color: Perfume. HEX triplet: BE, A1 and D1. RGB value is (190,161,209). Sum of RGB (Red+Green+Blue) = 190+161+209=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 161 (63.28% from 255 or 28.75% from 560); Blue value is 209 (82.03% from 255 or 37.32% from 560); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA1D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA1D1 is #415E2E. Grayscale: #AEAEAE. Windows color (decimal): -4283951 or 13738430. OLE color: 13738430.

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

Color convert

RGB 190 161 209 -
CMYK 0.09 0.23 0 0.18
HSL 276.25º 0.34% 0.73% -
HSV(B) 276.25º 0.23% 0.82% -
XYZ 45.49 41.04 65.85 -
YUV 175.14 147.11 138.6 -
System Red Green Blue C M Y K H S L
Decimal 190 161 209 0.09 0.23 0 0.18 276.25 0.34 0.73
Hex BE A1 D1 9 17 0 12 114 22 49
Octal 276 241 321 11 27 0 22 424 42 111
Binary 10111110 10100001 11010001 1001 10111 0 10010 100010100 100010 1001001

Color Harmonies of #BEA1D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA1D1

Black with #BEA1D1

Text Example


Text Example

White with #BEA1D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA1D1; }

 p { color: rgb(190,161,209); }

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

background-color css

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

 a { background-color: rgb(190,161,209); }

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

border-color css

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

 span { border-color: rgb(190,161,209); }

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