Html Css Color HEX #BEA6D0 Perfume

📋 copy color: '#BEA6D0'

red 190 ◦ green 166 ◦ blue 208

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

Shades of Perfume #BEA6D0

Tints of Perfume #BEA6D0

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.43%

 BLUE value IS 208 (81.64% from 255) = 36.88%

R = 33.69%
G = 29.43%
B = 36.88%

CMYK

 C value IS 0.09

 M value IS 0.20

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEA6D0 (or 0xBEA6D0) is known color: Perfume. HEX triplet: BE, A6 and D0. RGB value is (190,166,208). Sum of RGB (Red+Green+Blue) = 190+166+208=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 166 (65.23% from 255 or 29.43% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA6D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6D0 is #41592F. Grayscale: #B1B1B1. Windows color (decimal): -4282672 or 13674174. OLE color: 13674174.

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

Color convert

RGB 190 166 208 -
CMYK 0.09 0.20 0 0.18
HSL 274.29º 0.31% 0.73% -
HSV(B) 274.29º 0.2% 0.82% -
XYZ 46.26 42.77 65.49 -
YUV 177.96 144.95 136.58 -
System Red Green Blue C M Y K H S L
Decimal 190 166 208 0.09 0.20 0 0.18 274.29 0.31 0.73
Hex BE A6 D0 9 14 0 12 112 1F 49
Octal 276 246 320 11 24 0 22 422 37 111
Binary 10111110 10100110 11010000 1001 10100 0 10010 100010010 11111 1001001

Color Harmonies of #BEA6D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6D0

Black with #BEA6D0

Text Example


Text Example

White with #BEA6D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6D0; }

 p { color: rgb(190,166,208); }

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

background-color css

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

 a { background-color: rgb(190,166,208); }

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

border-color css

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

 span { border-color: rgb(190,166,208); }

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