Html Css Color HEX #BEA5DD Perfume

📋 copy color: '#BEA5DD'

red 190 ◦ green 165 ◦ blue 221

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

Shades of Perfume #BEA5DD

Tints of Perfume #BEA5DD

RGB

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

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

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

R = 32.99%
G = 28.65%
B = 38.37%

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

#BEA5DD (or 0xBEA5DD) is known color: Perfume. HEX triplet: BE, A5 and DD. RGB value is (190,165,221). Sum of RGB (Red+Green+Blue) = 190+165+221=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 165 (64.84% from 255 or 28.65% from 576); Blue value is 221 (86.72% from 255 or 38.37% from 576); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA5DD is #415A22. Grayscale: #B2B2B2. Windows color (decimal): -4282915 or 14525886. OLE color: 14525886.

HSL color Cylindrical-coordinate representation of color #BEA5DD: hue angle of 266.79º 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 #BEA5DD is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 165 221 -
CMYK 0.14 0.25 0 0.13
HSL 266.79º 0.45% 0.76% -
HSV(B) 266.79º 0.25% 0.87% -
XYZ 47.74 43.08 74.21 -
YUV 178.86 151.78 135.95 -
System Red Green Blue C M Y K H S L
Decimal 190 165 221 0.14 0.25 0 0.13 266.79 0.45 0.76
Hex BE A5 DD E 19 0 D 10B 2D 4C
Octal 276 245 335 16 31 0 15 413 55 114
Binary 10111110 10100101 11011101 1110 11001 0 1101 100001011 101101 1001100

Color Harmonies of #BEA5DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5DD

Black with #BEA5DD

Text Example


Text Example

White with #BEA5DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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