Html Css Color HEX #BEA6DC Perfume

📋 copy color: '#BEA6DC'

red 190 ◦ green 166 ◦ blue 220

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

Shades of Perfume #BEA6DC

Tints of Perfume #BEA6DC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.19%

R = 32.99%
G = 28.82%
B = 38.19%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BEA6DC (or 0xBEA6DC) is known color: Perfume. HEX triplet: BE, A6 and DC. RGB value is (190,166,220). Sum of RGB (Red+Green+Blue) = 190+166+220=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 166 (65.23% from 255 or 28.82% from 576); Blue value is 220 (86.33% from 255 or 38.19% from 576); Max value from RGB is 220 - color contains mainly: blue. Hex color #BEA6DC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6DC is #415923. Grayscale: #B3B3B3. Windows color (decimal): -4282660 or 14460606. OLE color: 14460606.

HSL color Cylindrical-coordinate representation of color #BEA6DC: hue angle of 266.67º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA6DC is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 190 166 220 -
CMYK 0.14 0.25 0 0.14
HSL 266.67º 0.44% 0.76% -
HSV(B) 266.67º 0.25% 0.86% -
XYZ 47.79 43.39 73.57 -
YUV 179.33 150.95 135.61 -
System Red Green Blue C M Y K H S L
Decimal 190 166 220 0.14 0.25 0 0.14 266.67 0.44 0.76
Hex BE A6 DC E 19 0 E 10B 2C 4C
Octal 276 246 334 16 31 0 16 413 54 114
Binary 10111110 10100110 11011100 1110 11001 0 1110 100001011 101100 1001100

Color Harmonies of #BEA6DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6DC

Black with #BEA6DC

Text Example


Text Example

White with #BEA6DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6DC; }

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

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

background-color css

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

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

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

border-color css

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

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

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