Html Css Color HEX #BEA2CF Perfume

📋 copy color: '#BEA2CF'

red 190 ◦ green 162 ◦ blue 207

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

Shades of Perfume #BEA2CF

Tints of Perfume #BEA2CF

RGB

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

 GREEN value IS 162 (63.67% from 255) = 28.98%

 BLUE value IS 207 (81.25% from 255) = 37.03%

R = 33.99%
G = 28.98%
B = 37.03%

CMYK

 C value IS 0.08

 M value IS 0.22

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA2CF (or 0xBEA2CF) is known color: Perfume. HEX triplet: BE, A2 and CF. RGB value is (190,162,207). Sum of RGB (Red+Green+Blue) = 190+162+207=559 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.99% from 559); Green value is 162 (63.67% from 255 or 28.98% from 559); Blue value is 207 (81.25% from 255 or 37.03% from 559); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA2CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2CF is #415D30. Grayscale: #AFAFAF. Windows color (decimal): -4283697 or 13607614. OLE color: 13607614.

HSL color Cylindrical-coordinate representation of color #BEA2CF: hue angle of 277.33º degrees, saturation: 0.32, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA2CF is Cyan = 0.08, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 162 207 -
CMYK 0.08 0.22 0 0.19
HSL 277.33º 0.32% 0.72% -
HSV(B) 277.33º 0.22% 0.81% -
XYZ 45.42 41.29 64.61 -
YUV 175.5 145.78 138.34 -
System Red Green Blue C M Y K H S L
Decimal 190 162 207 0.08 0.22 0 0.19 277.33 0.32 0.72
Hex BE A2 CF 8 16 0 13 115 20 48
Octal 276 242 317 10 26 0 23 425 40 110
Binary 10111110 10100010 11001111 1000 10110 0 10011 100010101 100000 1001000

Color Harmonies of #BEA2CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2CF

Black with #BEA2CF

Text Example


Text Example

White with #BEA2CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2CF; }

 p { color: rgb(190,162,207); }

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

background-color css

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

 a { background-color: rgb(190,162,207); }

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

border-color css

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

 span { border-color: rgb(190,162,207); }

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