Html Css Color HEX #BEA4F6 Perfume

📋 copy color: '#BEA4F6'

red 190 ◦ green 164 ◦ blue 246

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

Shades of Perfume #BEA4F6

Tints of Perfume #BEA4F6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41%

R = 31.67%
G = 27.33%
B = 41%

CMYK

 C value IS 0.23

 M value IS 0.33

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BEA4F6 (or 0xBEA4F6) is known color: Perfume. HEX triplet: BE, A4 and F6. RGB value is (190,164,246). Sum of RGB (Red+Green+Blue) = 190+164+246=600 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.67% from 600); Green value is 164 (64.45% from 255 or 27.33% from 600); Blue value is 246 (96.48% from 255 or 41% from 600); Max value from RGB is 246 - color contains mainly: blue. Hex color #BEA4F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA4F6 is #415B09. Grayscale: #B4B4B4. Windows color (decimal): -4283146 or 16164030. OLE color: 16164030.

HSL color Cylindrical-coordinate representation of color #BEA4F6: hue angle of 259.02º degrees, saturation: 0.82, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BEA4F6 is Cyan = 0.23, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 190 164 246 -
CMYK 0.23 0.33 0 0.04
HSL 259.02º 0.82% 0.8% -
HSV(B) 259.02º 0.33% 0.96% -
XYZ 51.15 44.15 93.02 -
YUV 181.12 164.61 134.33 -
System Red Green Blue C M Y K H S L
Decimal 190 164 246 0.23 0.33 0 0.04 259.02 0.82 0.8
Hex BE A4 F6 17 21 0 4 103 52 50
Octal 276 244 366 27 41 0 4 403 122 120
Binary 10111110 10100100 11110110 10111 100001 0 100 100000011 1010010 1010000

Color Harmonies of #BEA4F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA4F6

Black with #BEA4F6

Text Example


Text Example

White with #BEA4F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA4F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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