Html Css Color HEX #BEA8DA Perfume

📋 copy color: '#BEA8DA'

red 190 ◦ green 168 ◦ blue 218

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

Shades of Perfume #BEA8DA

Tints of Perfume #BEA8DA

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.17%

 BLUE value IS 218 (85.55% from 255) = 37.85%

R = 32.99%
G = 29.17%
B = 37.85%

CMYK

 C value IS 0.13

 M value IS 0.23

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BEA8DA (or 0xBEA8DA) is known color: Perfume. HEX triplet: BE, A8 and DA. RGB value is (190,168,218). Sum of RGB (Red+Green+Blue) = 190+168+218=576 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.99% from 576); Green value is 168 (66.02% from 255 or 29.17% from 576); Blue value is 218 (85.55% from 255 or 37.85% from 576); Max value from RGB is 218 - color contains mainly: blue. Hex color #BEA8DA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8DA is #415725. Grayscale: #B4B4B4. Windows color (decimal): -4282150 or 14330046. OLE color: 14330046.

HSL color Cylindrical-coordinate representation of color #BEA8DA: hue angle of 266.4º degrees, saturation: 0.4, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #BEA8DA is Cyan = 0.13, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 190 168 218 -
CMYK 0.13 0.23 0 0.15
HSL 266.4º 0.4% 0.76% -
HSV(B) 266.4º 0.23% 0.85% -
XYZ 47.89 44.01 72.3 -
YUV 180.28 149.29 134.93 -
System Red Green Blue C M Y K H S L
Decimal 190 168 218 0.13 0.23 0 0.15 266.4 0.4 0.76
Hex BE A8 DA D 17 0 F 10A 28 4C
Octal 276 250 332 15 27 0 17 412 50 114
Binary 10111110 10101000 11011010 1101 10111 0 1111 100001010 101000 1001100

Color Harmonies of #BEA8DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8DA

Black with #BEA8DA

Text Example


Text Example

White with #BEA8DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8DA; }

 p { color: rgb(190,168,218); }

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

background-color css

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

 a { background-color: rgb(190,168,218); }

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

border-color css

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

 span { border-color: rgb(190,168,218); }

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