Html Css Color HEX #BEA4EC Perfume

📋 copy color: '#BEA4EC'

red 190 ◦ green 164 ◦ blue 236

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

Shades of Perfume #BEA4EC

Tints of Perfume #BEA4EC

RGB

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

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

 BLUE value IS 236 (92.58% from 255) = 40%

R = 32.2%
G = 27.8%
B = 40%

CMYK

 C value IS 0.19

 M value IS 0.31

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA4EC (or 0xBEA4EC) is known color: Perfume. HEX triplet: BE, A4 and EC. RGB value is (190,164,236). Sum of RGB (Red+Green+Blue) = 190+164+236=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 164 (64.45% from 255 or 27.80% from 590); Blue value is 236 (92.58% from 255 or 40% from 590); Max value from RGB is 236 - color contains mainly: blue. Hex color #BEA4EC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4EC is #415B13. Grayscale: #B3B3B3. Windows color (decimal): -4283156 or 15508670. OLE color: 15508670.

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

Color convert

RGB 190 164 236 -
CMYK 0.19 0.31 0 0.07
HSL 261.67º 0.65% 0.78% -
HSV(B) 261.67º 0.31% 0.93% -
XYZ 49.65 43.55 85.15 -
YUV 179.98 159.61 135.15 -
System Red Green Blue C M Y K H S L
Decimal 190 164 236 0.19 0.31 0 0.07 261.67 0.65 0.78
Hex BE A4 EC 13 1F 0 7 106 41 4E
Octal 276 244 354 23 37 0 7 406 101 116
Binary 10111110 10100100 11101100 10011 11111 0 111 100000110 1000001 1001110

Color Harmonies of #BEA4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4EC

Black with #BEA4EC

Text Example


Text Example

White with #BEA4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4EC; }

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

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

background-color css

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

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

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

border-color css

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

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

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