Html Css Color HEX #BEA2D5 Perfume

📋 copy color: '#BEA2D5'

red 190 ◦ green 162 ◦ blue 213

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

Shades of Perfume #BEA2D5

Tints of Perfume #BEA2D5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 37.7%

R = 33.63%
G = 28.67%
B = 37.7%

CMYK

 C value IS 0.11

 M value IS 0.24

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEA2D5 (or 0xBEA2D5) is known color: Perfume. HEX triplet: BE, A2 and D5. RGB value is (190,162,213). Sum of RGB (Red+Green+Blue) = 190+162+213=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 162 (63.67% from 255 or 28.67% from 565); Blue value is 213 (83.59% from 255 or 37.70% from 565); Max value from RGB is 213 - color contains mainly: blue. Hex color #BEA2D5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA2D5 is #415D2A. Grayscale: #B0B0B0. Windows color (decimal): -4283691 or 14000830. OLE color: 14000830.

HSL color Cylindrical-coordinate representation of color #BEA2D5: hue angle of 272.94º degrees, saturation: 0.38, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #BEA2D5 is Cyan = 0.11, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 162 213 -
CMYK 0.11 0.24 0 0.16
HSL 272.94º 0.38% 0.74% -
HSV(B) 272.94º 0.24% 0.84% -
XYZ 46.17 41.59 68.55 -
YUV 176.19 148.78 137.85 -
System Red Green Blue C M Y K H S L
Decimal 190 162 213 0.11 0.24 0 0.16 272.94 0.38 0.74
Hex BE A2 D5 B 18 0 10 111 26 4A
Octal 276 242 325 13 30 0 20 421 46 112
Binary 10111110 10100010 11010101 1011 11000 0 10000 100010001 100110 1001010

Color Harmonies of #BEA2D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2D5

Black with #BEA2D5

Text Example


Text Example

White with #BEA2D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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