Html Css Color HEX #BEAAD3 Perfume

📋 copy color: '#BEAAD3'

red 190 ◦ green 170 ◦ blue 211

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

Shades of Perfume #BEAAD3

Tints of Perfume #BEAAD3

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.77%

 BLUE value IS 211 (82.81% from 255) = 36.95%

R = 33.27%
G = 29.77%
B = 36.95%

CMYK

 C value IS 0.10

 M value IS 0.19

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BEAAD3 (or 0xBEAAD3) is known color: Perfume. HEX triplet: BE, AA and D3. RGB value is (190,170,211). Sum of RGB (Red+Green+Blue) = 190+170+211=571 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.27% from 571); Green value is 170 (66.80% from 255 or 29.77% from 571); Blue value is 211 (82.81% from 255 or 36.95% from 571); Max value from RGB is 211 - color contains mainly: blue. Hex color #BEAAD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAAD3 is #41552C. Grayscale: #B4B4B4. Windows color (decimal): -4281645 or 13871806. OLE color: 13871806.

HSL color Cylindrical-coordinate representation of color #BEAAD3: hue angle of 269.27º degrees, saturation: 0.32, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEAAD3 is Cyan = 0.10, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 190 170 211 -
CMYK 0.10 0.19 0 0.17
HSL 269.27º 0.32% 0.75% -
HSV(B) 269.27º 0.19% 0.83% -
XYZ 47.37 44.4 67.7 -
YUV 180.65 145.13 134.67 -
System Red Green Blue C M Y K H S L
Decimal 190 170 211 0.10 0.19 0 0.17 269.27 0.32 0.75
Hex BE AA D3 A 13 0 11 10D 20 4B
Octal 276 252 323 12 23 0 21 415 40 113
Binary 10111110 10101010 11010011 1010 10011 0 10001 100001101 100000 1001011

Color Harmonies of #BEAAD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAAD3

Black with #BEAAD3

Text Example


Text Example

White with #BEAAD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAAD3; }

 p { color: rgb(190,170,211); }

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

background-color css

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

 a { background-color: rgb(190,170,211); }

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

border-color css

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

 span { border-color: rgb(190,170,211); }

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