Html Css Color HEX #BEA4EA Perfume

📋 copy color: '#BEA4EA'

red 190 ◦ green 164 ◦ blue 234

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

Shades of Perfume #BEA4EA

Tints of Perfume #BEA4EA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.8%

R = 32.31%
G = 27.89%
B = 39.8%

CMYK

 C value IS 0.19

 M value IS 0.30

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#BEA4EA (or 0xBEA4EA) is known color: Perfume. HEX triplet: BE, A4 and EA. RGB value is (190,164,234). Sum of RGB (Red+Green+Blue) = 190+164+234=588 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.31% from 588); Green value is 164 (64.45% from 255 or 27.89% from 588); Blue value is 234 (91.80% from 255 or 39.80% from 588); Max value from RGB is 234 - color contains mainly: blue. Hex color #BEA4EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4EA is #415B15. Grayscale: #B3B3B3. Windows color (decimal): -4283158 or 15377598. OLE color: 15377598.

HSL color Cylindrical-coordinate representation of color #BEA4EA: hue angle of 262.29º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA4EA is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 164 234 -
CMYK 0.19 0.30 0 0.08
HSL 262.29º 0.63% 0.78% -
HSV(B) 262.29º 0.3% 0.92% -
XYZ 49.36 43.44 83.62 -
YUV 179.75 158.61 135.31 -
System Red Green Blue C M Y K H S L
Decimal 190 164 234 0.19 0.30 0 0.08 262.29 0.63 0.78
Hex BE A4 EA 13 1E 0 8 106 3E 4E
Octal 276 244 352 23 36 0 10 406 76 116
Binary 10111110 10100100 11101010 10011 11110 0 1000 100000110 111110 1001110

Color Harmonies of #BEA4EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4EA

Black with #BEA4EA

Text Example


Text Example

White with #BEA4EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4EA; }

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

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

background-color css

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

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

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

border-color css

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

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

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