Html Css Color HEX #BEA8CE Perfume

📋 copy color: '#BEA8CE'

red 190 ◦ green 168 ◦ blue 206

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

Shades of Perfume #BEA8CE

Tints of Perfume #BEA8CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 36.52%

R = 33.69%
G = 29.79%
B = 36.52%

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

#BEA8CE (or 0xBEA8CE) is known color: Perfume. HEX triplet: BE, A8 and CE. RGB value is (190,168,206). Sum of RGB (Red+Green+Blue) = 190+168+206=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 168 (66.02% from 255 or 29.79% from 564); Blue value is 206 (80.86% from 255 or 36.52% from 564); Max value from RGB is 206 - color contains mainly: blue. Hex color #BEA8CE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8CE is #415731. Grayscale: #B2B2B2. Windows color (decimal): -4282162 or 13543614. OLE color: 13543614.

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

Color convert

RGB 190 168 206 -
CMYK 0.08 0.18 0 0.19
HSL 274.74º 0.28% 0.73% -
HSV(B) 274.74º 0.18% 0.81% -
XYZ 46.38 43.41 64.33 -
YUV 178.91 143.29 135.91 -
System Red Green Blue C M Y K H S L
Decimal 190 168 206 0.08 0.18 0 0.19 274.74 0.28 0.73
Hex BE A8 CE 8 12 0 13 113 1C 49
Octal 276 250 316 10 22 0 23 423 34 111
Binary 10111110 10101000 11001110 1000 10010 0 10011 100010011 11100 1001001

Color Harmonies of #BEA8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8CE

Black with #BEA8CE

Text Example


Text Example

White with #BEA8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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