Html Css Color HEX #BEA9D6 Perfume

📋 copy color: '#BEA9D6'

red 190 ◦ green 169 ◦ blue 214

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

Shades of Perfume #BEA9D6

Tints of Perfume #BEA9D6

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.49%

 BLUE value IS 214 (83.98% from 255) = 37.35%

R = 33.16%
G = 29.49%
B = 37.35%

CMYK

 C value IS 0.11

 M value IS 0.21

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEA9D6 (or 0xBEA9D6) is known color: Perfume. HEX triplet: BE, A9 and D6. RGB value is (190,169,214). Sum of RGB (Red+Green+Blue) = 190+169+214=573 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.16% from 573); Green value is 169 (66.41% from 255 or 29.49% from 573); Blue value is 214 (83.98% from 255 or 37.35% from 573); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEA9D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9D6 is #415629. Grayscale: #B4B4B4. Windows color (decimal): -4281898 or 14068158. OLE color: 14068158.

HSL color Cylindrical-coordinate representation of color #BEA9D6: hue angle of 268º degrees, saturation: 0.35, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #BEA9D6 is Cyan = 0.11, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 169 214 -
CMYK 0.11 0.21 0 0.16
HSL 268º 0.35% 0.75% -
HSV(B) 268º 0.21% 0.84% -
XYZ 47.56 44.18 69.64 -
YUV 180.41 146.96 134.84 -
System Red Green Blue C M Y K H S L
Decimal 190 169 214 0.11 0.21 0 0.16 268 0.35 0.75
Hex BE A9 D6 B 15 0 10 10C 23 4B
Octal 276 251 326 13 25 0 20 414 43 113
Binary 10111110 10101001 11010110 1011 10101 0 10000 100001100 100011 1001011

Color Harmonies of #BEA9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9D6

Black with #BEA9D6

Text Example


Text Example

White with #BEA9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9D6; }

 p { color: rgb(190,169,214); }

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

background-color css

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

 a { background-color: rgb(190,169,214); }

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

border-color css

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

 span { border-color: rgb(190,169,214); }

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