Html Css Color HEX #BEA4DD Perfume

📋 copy color: '#BEA4DD'

red 190 ◦ green 164 ◦ blue 221

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

Shades of Perfume #BEA4DD

Tints of Perfume #BEA4DD

RGB

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

 GREEN value IS 164 (64.45% from 255) = 28.52%

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

R = 33.04%
G = 28.52%
B = 38.43%

CMYK

 C value IS 0.14

 M value IS 0.26

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA4DD (or 0xBEA4DD) is known color: Perfume. HEX triplet: BE, A4 and DD. RGB value is (190,164,221). Sum of RGB (Red+Green+Blue) = 190+164+221=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 164 (64.45% from 255 or 28.52% from 575); Blue value is 221 (86.72% from 255 or 38.43% from 575); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA4DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4DD is #415B22. Grayscale: #B2B2B2. Windows color (decimal): -4283171 or 14525630. OLE color: 14525630.

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

Color convert

RGB 190 164 221 -
CMYK 0.14 0.26 0 0.13
HSL 267.37º 0.46% 0.75% -
HSV(B) 267.37º 0.26% 0.87% -
XYZ 47.56 42.72 74.15 -
YUV 178.27 152.11 136.37 -
System Red Green Blue C M Y K H S L
Decimal 190 164 221 0.14 0.26 0 0.13 267.37 0.46 0.75
Hex BE A4 DD E 1A 0 D 10B 2E 4B
Octal 276 244 335 16 32 0 15 413 56 113
Binary 10111110 10100100 11011101 1110 11010 0 1101 100001011 101110 1001011

Color Harmonies of #BEA4DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4DD

Black with #BEA4DD

Text Example


Text Example

White with #BEA4DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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