Html Css Color HEX #BEA6E7 Perfume

📋 copy color: '#BEA6E7'

red 190 ◦ green 166 ◦ blue 231

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

Shades of Perfume #BEA6E7

Tints of Perfume #BEA6E7

RGB

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

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

 BLUE value IS 231 (90.63% from 255) = 39.35%

R = 32.37%
G = 28.28%
B = 39.35%

CMYK

 C value IS 0.18

 M value IS 0.28

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BEA6E7 (or 0xBEA6E7) is known color: Perfume. HEX triplet: BE, A6 and E7. RGB value is (190,166,231). Sum of RGB (Red+Green+Blue) = 190+166+231=587 (77% of max value = 765). Red value is 190 (74.61% from 255 or 32.37% from 587); Green value is 166 (65.23% from 255 or 28.28% from 587); Blue value is 231 (90.62% from 255 or 39.35% from 587); Max value from RGB is 231 - color contains mainly: blue. Hex color #BEA6E7 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BEA6E7 is #415918. Grayscale: #B4B4B4. Windows color (decimal): -4282649 or 15181502. OLE color: 15181502.

HSL color Cylindrical-coordinate representation of color #BEA6E7: hue angle of 262.15º degrees, saturation: 0.58, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BEA6E7 is Cyan = 0.18, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 190 166 231 -
CMYK 0.18 0.28 0 0.09
HSL 262.15º 0.58% 0.78% -
HSV(B) 262.15º 0.28% 0.91% -
XYZ 49.3 43.99 81.49 -
YUV 180.59 156.45 134.71 -
System Red Green Blue C M Y K H S L
Decimal 190 166 231 0.18 0.28 0 0.09 262.15 0.58 0.78
Hex BE A6 E7 12 1C 0 9 106 3A 4E
Octal 276 246 347 22 34 0 11 406 72 116
Binary 10111110 10100110 11100111 10010 11100 0 1001 100000110 111010 1001110

Color Harmonies of #BEA6E7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6E7

Black with #BEA6E7

Text Example


Text Example

White with #BEA6E7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6E7; }

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

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

background-color css

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

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

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

border-color css

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

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

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