Html Css Color HEX #BEA0ED Perfume

📋 copy color: '#BEA0ED'

red 190 ◦ green 160 ◦ blue 237

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

Shades of Perfume #BEA0ED

Tints of Perfume #BEA0ED

RGB

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

 GREEN value IS 160 (62.89% from 255) = 27.26%

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

R = 32.37%
G = 27.26%
B = 40.37%

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

#BEA0ED (or 0xBEA0ED) is known color: Perfume. HEX triplet: BE, A0 and ED. RGB value is (190,160,237). Sum of RGB (Red+Green+Blue) = 190+160+237=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 160 (62.89% from 255 or 27.26% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA0ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0ED is #415F12. Grayscale: #B1B1B1. Windows color (decimal): -4284179 or 15573182. OLE color: 15573182.

HSL color Cylindrical-coordinate representation of color #BEA0ED: hue angle of 263.38º 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 #BEA0ED is Cyan = 0.20, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 160 237 -
CMYK 0.20 0.32 0 0.07
HSL 263.38º 0.68% 0.78% -
HSV(B) 263.38º 0.32% 0.93% -
XYZ 49.09 42.2 85.68 -
YUV 177.75 161.44 136.74 -
System Red Green Blue C M Y K H S L
Decimal 190 160 237 0.20 0.32 0 0.07 263.38 0.68 0.78
Hex BE A0 ED 14 20 0 7 107 44 4E
Octal 276 240 355 24 40 0 7 407 104 116
Binary 10111110 10100000 11101101 10100 100000 0 111 100000111 1000100 1001110

Color Harmonies of #BEA0ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0ED

Black with #BEA0ED

Text Example


Text Example

White with #BEA0ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0ED; }

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

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

background-color css

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

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

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

border-color css

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

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

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