Html Css Color HEX #BEA6ED Perfume

📋 copy color: '#BEA6ED'

red 190 ◦ green 166 ◦ blue 237

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

Shades of Perfume #BEA6ED

Tints of Perfume #BEA6ED

RGB

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

 GREEN value IS 166 (65.23% from 255) = 27.99%

 BLUE value IS 237 (92.97% from 255) = 39.97%

R = 32.04%
G = 27.99%
B = 39.97%

CMYK

 C value IS 0.20

 M value IS 0.30

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BEA6ED (or 0xBEA6ED) is known color: Perfume. HEX triplet: BE, A6 and ED. RGB value is (190,166,237). Sum of RGB (Red+Green+Blue) = 190+166+237=593 (78% of max value = 765). Red value is 190 (74.61% from 255 or 32.04% from 593); Green value is 166 (65.23% from 255 or 27.99% from 593); Blue value is 237 (92.97% from 255 or 39.97% from 593); Max value from RGB is 237 - color contains mainly: blue. Hex color #BEA6ED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6ED is #415912. Grayscale: #B5B5B5. Windows color (decimal): -4282643 or 15574718. OLE color: 15574718.

HSL color Cylindrical-coordinate representation of color #BEA6ED: hue angle of 260.28º degrees, saturation: 0.66, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BEA6ED is Cyan = 0.20, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 190 166 237 -
CMYK 0.20 0.30 0 0.07
HSL 260.28º 0.66% 0.79% -
HSV(B) 260.28º 0.3% 0.93% -
XYZ 50.16 44.33 86.03 -
YUV 181.27 159.45 134.23 -
System Red Green Blue C M Y K H S L
Decimal 190 166 237 0.20 0.30 0 0.07 260.28 0.66 0.79
Hex BE A6 ED 14 1E 0 7 104 42 4F
Octal 276 246 355 24 36 0 7 404 102 117
Binary 10111110 10100110 11101101 10100 11110 0 111 100000100 1000010 1001111

Color Harmonies of #BEA6ED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6ED

Black with #BEA6ED

Text Example


Text Example

White with #BEA6ED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6ED; }

 p { color: rgb(190,166,237); }

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

background-color css

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

 a { background-color: rgb(190,166,237); }

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

border-color css

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

 span { border-color: rgb(190,166,237); }

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