Html Css Color HEX #BEA2ED Perfume

📋 copy color: '#BEA2ED'

red 190 ◦ green 162 ◦ blue 237

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

Shades of Perfume #BEA2ED

Tints of Perfume #BEA2ED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.24%

R = 32.26%
G = 27.5%
B = 40.24%

CMYK

 C value IS 0.20

 M value IS 0.32

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA2ED (or 0xBEA2ED) is known color: Perfume. HEX triplet: BE, A2 and ED. RGB value is (190,162,237). Sum of RGB (Red+Green+Blue) = 190+162+237=589 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.26% from 589); Green value is 162 (63.67% from 255 or 27.50% from 589); Blue value is 237 (92.97% from 255 or 40.24% from 589); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA2ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA2ED is #415D12. Grayscale: #B2B2B2. Windows color (decimal): -4283667 or 15573694. OLE color: 15573694.

HSL color Cylindrical-coordinate representation of color #BEA2ED: hue angle of 262.4º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #BEA2ED is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 162 237 -
CMYK 0.20 0.32 0 0.07
HSL 262.4º 0.68% 0.78% -
HSV(B) 262.4º 0.32% 0.93% -
XYZ 49.44 42.9 85.8 -
YUV 178.92 160.78 135.9 -
System Red Green Blue C M Y K H S L
Decimal 190 162 237 0.20 0.32 0 0.07 262.4 0.68 0.78
Hex BE A2 ED 14 20 0 7 106 44 4E
Octal 276 242 355 24 40 0 7 406 104 116
Binary 10111110 10100010 11101101 10100 100000 0 111 100000110 1000100 1001110

Color Harmonies of #BEA2ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA2ED

Black with #BEA2ED

Text Example


Text Example

White with #BEA2ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA2ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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