Html Css Color HEX #BEA9CF Perfume

📋 copy color: '#BEA9CF'

red 190 ◦ green 169 ◦ blue 207

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

Shades of Perfume #BEA9CF

Tints of Perfume #BEA9CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 36.57%

R = 33.57%
G = 29.86%
B = 36.57%

CMYK

 C value IS 0.08

 M value IS 0.18

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA9CF (or 0xBEA9CF) is known color: Perfume. HEX triplet: BE, A9 and CF. RGB value is (190,169,207). Sum of RGB (Red+Green+Blue) = 190+169+207=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 169 (66.41% from 255 or 29.86% from 566); Blue value is 207 (81.25% from 255 or 36.57% from 566); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA9CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9CF is #415630. Grayscale: #B3B3B3. Windows color (decimal): -4281905 or 13609406. OLE color: 13609406.

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

Color convert

RGB 190 169 207 -
CMYK 0.08 0.18 0 0.19
HSL 273.16º 0.28% 0.74% -
HSV(B) 273.16º 0.18% 0.81% -
XYZ 46.69 43.83 65.03 -
YUV 179.61 143.46 135.41 -
System Red Green Blue C M Y K H S L
Decimal 190 169 207 0.08 0.18 0 0.19 273.16 0.28 0.74
Hex BE A9 CF 8 12 0 13 111 1C 4A
Octal 276 251 317 10 22 0 23 421 34 112
Binary 10111110 10101001 11001111 1000 10010 0 10011 100010001 11100 1001010

Color Harmonies of #BEA9CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9CF

Black with #BEA9CF

Text Example


Text Example

White with #BEA9CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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