Html Css Color HEX #BEA6CF Perfume

📋 copy color: '#BEA6CF'

red 190 ◦ green 166 ◦ blue 207

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

Shades of Perfume #BEA6CF

Tints of Perfume #BEA6CF

RGB

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

 GREEN value IS 166 (65.23% from 255) = 29.48%

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

R = 33.75%
G = 29.48%
B = 36.77%

CMYK

 C value IS 0.08

 M value IS 0.20

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA6CF (or 0xBEA6CF) is known color: Perfume. HEX triplet: BE, A6 and CF. RGB value is (190,166,207). Sum of RGB (Red+Green+Blue) = 190+166+207=563 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.75% from 563); Green value is 166 (65.23% from 255 or 29.48% from 563); Blue value is 207 (81.25% from 255 or 36.77% from 563); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA6CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6CF is #415930. Grayscale: #B1B1B1. Windows color (decimal): -4282673 or 13608638. OLE color: 13608638.

HSL color Cylindrical-coordinate representation of color #BEA6CF: hue angle of 275.12º degrees, saturation: 0.3, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #BEA6CF is Cyan = 0.08, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 190 166 207 -
CMYK 0.08 0.20 0 0.19
HSL 275.12º 0.3% 0.73% -
HSV(B) 275.12º 0.2% 0.81% -
XYZ 46.13 42.72 64.85 -
YUV 177.85 144.45 136.67 -
System Red Green Blue C M Y K H S L
Decimal 190 166 207 0.08 0.20 0 0.19 275.12 0.3 0.73
Hex BE A6 CF 8 14 0 13 113 1E 49
Octal 276 246 317 10 24 0 23 423 36 111
Binary 10111110 10100110 11001111 1000 10100 0 10011 100010011 11110 1001001

Color Harmonies of #BEA6CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6CF

Black with #BEA6CF

Text Example


Text Example

White with #BEA6CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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