Html Css Color HEX #BEA4CE Perfume

📋 copy color: '#BEA4CE'

red 190 ◦ green 164 ◦ blue 206

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

Shades of Perfume #BEA4CE

Tints of Perfume #BEA4CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.79%

R = 33.93%
G = 29.29%
B = 36.79%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA4CE (or 0xBEA4CE) is known color: Perfume. HEX triplet: BE, A4 and CE. RGB value is (190,164,206). Sum of RGB (Red+Green+Blue) = 190+164+206=560 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.93% from 560); Green value is 164 (64.45% from 255 or 29.29% from 560); Blue value is 206 (80.86% from 255 or 36.79% from 560); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA4CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA4CE is #415B31. Grayscale: #B0B0B0. Windows color (decimal): -4283186 or 13542590. OLE color: 13542590.

HSL color Cylindrical-coordinate representation of color #BEA4CE: hue angle of 277.14º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA4CE is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 164 206 -
CMYK 0.08 0.20 0 0.19
HSL 277.14º 0.3% 0.73% -
HSV(B) 277.14º 0.2% 0.81% -
XYZ 45.65 41.95 64.08 -
YUV 176.56 144.61 137.58 -
System Red Green Blue C M Y K H S L
Decimal 190 164 206 0.08 0.20 0 0.19 277.14 0.3 0.73
Hex BE A4 CE 8 14 0 13 115 1E 49
Octal 276 244 316 10 24 0 23 425 36 111
Binary 10111110 10100100 11001110 1000 10100 0 10011 100010101 11110 1001001

Color Harmonies of #BEA4CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4CE

Black with #BEA4CE

Text Example


Text Example

White with #BEA4CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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