Html Css Color HEX #BEA6DE Perfume

📋 copy color: '#BEA6DE'

red 190 ◦ green 166 ◦ blue 222

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

Shades of Perfume #BEA6DE

Tints of Perfume #BEA6DE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 38.41%

R = 32.87%
G = 28.72%
B = 38.41%

CMYK

 C value IS 0.14

 M value IS 0.25

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA6DE (or 0xBEA6DE) is known color: Perfume. HEX triplet: BE, A6 and DE. RGB value is (190,166,222). Sum of RGB (Red+Green+Blue) = 190+166+222=578 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.87% from 578); Green value is 166 (65.23% from 255 or 28.72% from 578); Blue value is 222 (87.11% from 255 or 38.41% from 578); Max value from RGB is 222 - color contains mainly: blue. Hex color #BEA6DE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6DE is #415921. Grayscale: #B3B3B3. Windows color (decimal): -4282658 or 14591678. OLE color: 14591678.

HSL color Cylindrical-coordinate representation of color #BEA6DE: hue angle of 265.71º degrees, saturation: 0.46, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BEA6DE is Cyan = 0.14, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 166 222 -
CMYK 0.14 0.25 0 0.13
HSL 265.71º 0.46% 0.76% -
HSV(B) 265.71º 0.25% 0.87% -
XYZ 48.06 43.49 74.97 -
YUV 179.56 151.95 135.45 -
System Red Green Blue C M Y K H S L
Decimal 190 166 222 0.14 0.25 0 0.13 265.71 0.46 0.76
Hex BE A6 DE E 19 0 D 10A 2E 4C
Octal 276 246 336 16 31 0 15 412 56 114
Binary 10111110 10100110 11011110 1110 11001 0 1101 100001010 101110 1001100

Color Harmonies of #BEA6DE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6DE

Black with #BEA6DE

Text Example


Text Example

White with #BEA6DE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6DE; }

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

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

background-color css

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

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

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

border-color css

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

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

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