Html Css Color HEX #BEA5EF Perfume

📋 copy color: '#BEA5EF'

red 190 ◦ green 165 ◦ blue 239

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

Shades of Perfume #BEA5EF

Tints of Perfume #BEA5EF

RGB

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

 GREEN value IS 165 (64.84% from 255) = 27.78%

 BLUE value IS 239 (93.75% from 255) = 40.24%

R = 31.99%
G = 27.78%
B = 40.24%

CMYK

 C value IS 0.21

 M value IS 0.31

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BEA5EF (or 0xBEA5EF) is known color: Perfume. HEX triplet: BE, A5 and EF. RGB value is (190,165,239). Sum of RGB (Red+Green+Blue) = 190+165+239=594 (78% of max value = 765). Red value is 190 (74.61% from 255 or 31.99% from 594); Green value is 165 (64.84% from 255 or 27.78% from 594); Blue value is 239 (93.75% from 255 or 40.24% from 594); Max value from RGB is 239 - color contains mainly: blue. Hex color #BEA5EF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5EF is #415A10. Grayscale: #B4B4B4. Windows color (decimal): -4282897 or 15705534. OLE color: 15705534.

HSL color Cylindrical-coordinate representation of color #BEA5EF: hue angle of 260.27º degrees, saturation: 0.7, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #BEA5EF is Cyan = 0.21, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 190 165 239 -
CMYK 0.21 0.31 0 0.06
HSL 260.27º 0.7% 0.79% -
HSV(B) 260.27º 0.31% 0.94% -
XYZ 50.27 44.09 87.52 -
YUV 180.91 160.78 134.48 -
System Red Green Blue C M Y K H S L
Decimal 190 165 239 0.21 0.31 0 0.06 260.27 0.7 0.79
Hex BE A5 EF 15 1F 0 6 104 46 4F
Octal 276 245 357 25 37 0 6 404 106 117
Binary 10111110 10100101 11101111 10101 11111 0 110 100000100 1000110 1001111

Color Harmonies of #BEA5EF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5EF

Black with #BEA5EF

Text Example


Text Example

White with #BEA5EF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5EF; }

 p { color: rgb(190,165,239); }

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

background-color css

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

 a { background-color: rgb(190,165,239); }

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

border-color css

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

 span { border-color: rgb(190,165,239); }

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