Html Css Color HEX #BEA5EB Perfume

📋 copy color: '#BEA5EB'

red 190 ◦ green 165 ◦ blue 235

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

Shades of Perfume #BEA5EB

Tints of Perfume #BEA5EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 39.83%

R = 32.2%
G = 27.97%
B = 39.83%

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

#BEA5EB (or 0xBEA5EB) is known color: Perfume. HEX triplet: BE, A5 and EB. RGB value is (190,165,235). Sum of RGB (Red+Green+Blue) = 190+165+235=590 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.20% from 590); Green value is 165 (64.84% from 255 or 27.97% from 590); Blue value is 235 (92.19% from 255 or 39.83% from 590); Max value from RGB is 235 - color contains mainly: blue. Hex color #BEA5EB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA5EB is #415A14. Grayscale: #B4B4B4. Windows color (decimal): -4282901 or 15443390. OLE color: 15443390.

HSL color Cylindrical-coordinate representation of color #BEA5EB: hue angle of 261.43º degrees, saturation: 0.64, 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 #BEA5EB is Cyan = 0.19, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 190 165 235 -
CMYK 0.19 0.30 0 0.08
HSL 261.43º 0.64% 0.78% -
HSV(B) 261.43º 0.3% 0.92% -
XYZ 49.69 43.86 84.44 -
YUV 180.46 158.78 134.81 -
System Red Green Blue C M Y K H S L
Decimal 190 165 235 0.19 0.30 0 0.08 261.43 0.64 0.78
Hex BE A5 EB 13 1E 0 8 105 40 4E
Octal 276 245 353 23 36 0 10 405 100 116
Binary 10111110 10100101 11101011 10011 11110 0 1000 100000101 1000000 1001110

Color Harmonies of #BEA5EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA5EB

Black with #BEA5EB

Text Example


Text Example

White with #BEA5EB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA5EB; }

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

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

background-color css

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

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

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

border-color css

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

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

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