Html Css Color HEX #BEA9DD Perfume

📋 copy color: '#BEA9DD'

red 190 ◦ green 169 ◦ blue 221

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

Shades of Perfume #BEA9DD

Tints of Perfume #BEA9DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.1%

R = 32.76%
G = 29.14%
B = 38.1%

CMYK

 C value IS 0.14

 M value IS 0.24

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BEA9DD (or 0xBEA9DD) is known color: Perfume. HEX triplet: BE, A9 and DD. RGB value is (190,169,221). Sum of RGB (Red+Green+Blue) = 190+169+221=580 (76% of max value = 765). Red value is 190 (74.61% from 255 or 32.76% from 580); Green value is 169 (66.41% from 255 or 29.14% from 580); Blue value is 221 (86.72% from 255 or 38.10% from 580); Max value from RGB is 221 - color contains mainly: blue. Hex color #BEA9DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9DD is #415622. Grayscale: #B5B5B5. Windows color (decimal): -4281891 or 14526910. OLE color: 14526910.

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

Color convert

RGB 190 169 221 -
CMYK 0.14 0.24 0 0.13
HSL 264.23º 0.43% 0.76% -
HSV(B) 264.23º 0.24% 0.87% -
XYZ 48.47 44.54 74.45 -
YUV 181.21 150.46 134.27 -
System Red Green Blue C M Y K H S L
Decimal 190 169 221 0.14 0.24 0 0.13 264.23 0.43 0.76
Hex BE A9 DD E 18 0 D 108 2B 4C
Octal 276 251 335 16 30 0 15 410 53 114
Binary 10111110 10101001 11011101 1110 11000 0 1101 100001000 101011 1001100

Color Harmonies of #BEA9DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9DD

Black with #BEA9DD

Text Example


Text Example

White with #BEA9DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9DD; }

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

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

background-color css

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

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

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

border-color css

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

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

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