Html Css Color HEX #BEA9D0 Perfume

📋 copy color: '#BEA9D0'

red 190 ◦ green 169 ◦ blue 208

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

Shades of Perfume #BEA9D0

Tints of Perfume #BEA9D0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 36.68%

R = 33.51%
G = 29.81%
B = 36.68%

CMYK

 C value IS 0.09

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#BEA9D0 (or 0xBEA9D0) is known color: Perfume. HEX triplet: BE, A9 and D0. RGB value is (190,169,208). Sum of RGB (Red+Green+Blue) = 190+169+208=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 169 (66.41% from 255 or 29.81% from 567); Blue value is 208 (81.64% from 255 or 36.68% from 567); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA9D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9D0 is #41562F. Grayscale: #B3B3B3. Windows color (decimal): -4281904 or 13674942. OLE color: 13674942.

HSL color Cylindrical-coordinate representation of color #BEA9D0: hue angle of 272.31º degrees, saturation: 0.29, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #BEA9D0 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 169 208 -
CMYK 0.09 0.19 0 0.18
HSL 272.31º 0.29% 0.74% -
HSV(B) 272.31º 0.19% 0.82% -
XYZ 46.81 43.88 65.68 -
YUV 179.73 143.96 135.33 -
System Red Green Blue C M Y K H S L
Decimal 190 169 208 0.09 0.19 0 0.18 272.31 0.29 0.74
Hex BE A9 D0 9 13 0 12 110 1D 4A
Octal 276 251 320 11 23 0 22 420 35 112
Binary 10111110 10101001 11010000 1001 10011 0 10010 100010000 11101 1001010

Color Harmonies of #BEA9D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9D0

Black with #BEA9D0

Text Example


Text Example

White with #BEA9D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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