Html Css Color HEX #BEA8CF Perfume

📋 copy color: '#BEA8CF'

red 190 ◦ green 168 ◦ blue 207

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

Shades of Perfume #BEA8CF

Tints of Perfume #BEA8CF

RGB

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

 GREEN value IS 168 (66.02% from 255) = 29.73%

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

R = 33.63%
G = 29.73%
B = 36.64%

CMYK

 C value IS 0.08

 M value IS 0.19

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#BEA8CF (or 0xBEA8CF) is known color: Perfume. HEX triplet: BE, A8 and CF. RGB value is (190,168,207). Sum of RGB (Red+Green+Blue) = 190+168+207=565 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.63% from 565); Green value is 168 (66.02% from 255 or 29.73% from 565); Blue value is 207 (81.25% from 255 or 36.64% from 565); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEA8CF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8CF is #415730. Grayscale: #B2B2B2. Windows color (decimal): -4282161 or 13609150. OLE color: 13609150.

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

Color convert

RGB 190 168 207 -
CMYK 0.08 0.19 0 0.19
HSL 273.85º 0.29% 0.74% -
HSV(B) 273.85º 0.19% 0.81% -
XYZ 46.5 43.46 64.97 -
YUV 179.02 143.79 135.83 -
System Red Green Blue C M Y K H S L
Decimal 190 168 207 0.08 0.19 0 0.19 273.85 0.29 0.74
Hex BE A8 CF 8 13 0 13 112 1D 4A
Octal 276 250 317 10 23 0 23 422 35 112
Binary 10111110 10101000 11001111 1000 10011 0 10011 100010010 11101 1001010

Color Harmonies of #BEA8CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8CF

Black with #BEA8CF

Text Example


Text Example

White with #BEA8CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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