Html Css Color HEX #BEA0FC Perfume

📋 copy color: '#BEA0FC'

red 190 ◦ green 160 ◦ blue 252

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

Shades of Perfume #BEA0FC

Tints of Perfume #BEA0FC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 41.86%

R = 31.56%
G = 26.58%
B = 41.86%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BEA0FC (or 0xBEA0FC) is known color: Perfume. HEX triplet: BE, A0 and FC. RGB value is (190,160,252). Sum of RGB (Red+Green+Blue) = 190+160+252=602 (79% of max value = 765). Red value is 190 (74.61% from 255 or 31.56% from 602); Green value is 160 (62.89% from 255 or 26.58% from 602); Blue value is 252 (98.83% from 255 or 41.86% from 602); Max value from RGB is 252 - color contains mainly: blue. Hex color #BEA0FC is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA0FC is #415F03. Grayscale: #B3B3B3. Windows color (decimal): -4284164 or 16556222. OLE color: 16556222.

HSL color Cylindrical-coordinate representation of color #BEA0FC: hue angle of 259.57º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #BEA0FC is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 190 160 252 -
CMYK 0.25 0.37 0 0.01
HSL 259.57º 0.94% 0.81% -
HSV(B) 259.57º 0.37% 0.99% -
XYZ 51.38 43.12 97.71 -
YUV 179.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 190 160 252 0.25 0.37 0 0.01 259.57 0.94 0.81
Hex BE A0 FC 19 25 0 1 104 5E 51
Octal 276 240 374 31 45 0 1 404 136 121
Binary 10111110 10100000 11111100 11001 100101 0 1 100000100 1011110 1010001

Color Harmonies of #BEA0FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA0FC

Black with #BEA0FC

Text Example


Text Example

White with #BEA0FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA0FC; }

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

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

background-color css

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

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

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

border-color css

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

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

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