Html Css Color HEX #BEA6DD Perfume

📋 copy color: '#BEA6DD'

red 190 ◦ green 166 ◦ blue 221

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

Shades of Perfume #BEA6DD

Tints of Perfume #BEA6DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.3%

R = 32.93%
G = 28.77%
B = 38.3%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA6DD (or 0xBEA6DD) is known color: Perfume. HEX triplet: BE, A6 and DD. RGB value is (190,166,221). Sum of RGB (Red+Green+Blue) = 190+166+221=577 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.93% from 577); Green value is 166 (65.23% from 255 or 28.77% from 577); Blue value is 221 (86.72% from 255 or 38.30% from 577); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA6DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6DD is #415922. Grayscale: #B3B3B3. Windows color (decimal): -4282659 or 14526142. OLE color: 14526142.

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

Color convert

RGB 190 166 221 -
CMYK 0.14 0.25 0 0.13
HSL 266.18º 0.45% 0.76% -
HSV(B) 266.18º 0.25% 0.87% -
XYZ 47.92 43.44 74.27 -
YUV 179.45 151.45 135.53 -
System Red Green Blue C M Y K H S L
Decimal 190 166 221 0.14 0.25 0 0.13 266.18 0.45 0.76
Hex BE A6 DD E 19 0 D 10A 2D 4C
Octal 276 246 335 16 31 0 15 412 55 114
Binary 10111110 10100110 11011101 1110 11001 0 1101 100001010 101101 1001100

Color Harmonies of #BEA6DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6DD

Black with #BEA6DD

Text Example


Text Example

White with #BEA6DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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