Html Css Color HEX #BEA5D1 Perfume

📋 copy color: '#BEA5D1'

red 190 ◦ green 165 ◦ blue 209

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

Shades of Perfume #BEA5D1

Tints of Perfume #BEA5D1

RGB

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

 GREEN value IS 165 (64.84% from 255) = 29.26%

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

R = 33.69%
G = 29.26%
B = 37.06%

CMYK

 C value IS 0.09

 M value IS 0.21

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEA5D1 (or 0xBEA5D1) is known color: Perfume. HEX triplet: BE, A5 and D1. RGB value is (190,165,209). Sum of RGB (Red+Green+Blue) = 190+165+209=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 165 (64.84% from 255 or 29.26% from 564); Blue value is 209 (82.03% from 255 or 37.06% from 564); Max value from RGB is 209 - color contains mainly: blue. Hex color #BEA5D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5D1 is #415A2E. Grayscale: #B1B1B1. Windows color (decimal): -4282927 or 13739454. OLE color: 13739454.

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

Color convert

RGB 190 165 209 -
CMYK 0.09 0.21 0 0.18
HSL 274.09º 0.32% 0.73% -
HSV(B) 274.09º 0.21% 0.82% -
XYZ 46.2 42.46 66.08 -
YUV 177.49 145.78 136.92 -
System Red Green Blue C M Y K H S L
Decimal 190 165 209 0.09 0.21 0 0.18 274.09 0.32 0.73
Hex BE A5 D1 9 15 0 12 112 20 49
Octal 276 245 321 11 25 0 22 422 40 111
Binary 10111110 10100101 11010001 1001 10101 0 10010 100010010 100000 1001001

Color Harmonies of #BEA5D1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5D1

Black with #BEA5D1

Text Example


Text Example

White with #BEA5D1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5D1; }

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

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

background-color css

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

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

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

border-color css

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

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

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