Html Css Color HEX #BEA8D0 Perfume

📋 copy color: '#BEA8D0'

red 190 ◦ green 168 ◦ blue 208

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

Shades of Perfume #BEA8D0

Tints of Perfume #BEA8D0

RGB

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

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

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

R = 33.57%
G = 29.68%
B = 36.75%

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

#BEA8D0 (or 0xBEA8D0) is known color: Perfume. HEX triplet: BE, A8 and D0. RGB value is (190,168,208). Sum of RGB (Red+Green+Blue) = 190+168+208=566 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.57% from 566); Green value is 168 (66.02% from 255 or 29.68% from 566); Blue value is 208 (81.64% from 255 or 36.75% from 566); Max value from RGB is 208 - color contains mainly: blue. Hex color #BEA8D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA8D0 is #41572F. Grayscale: #B3B3B3. Windows color (decimal): -4282160 or 13674686. OLE color: 13674686.

HSL color Cylindrical-coordinate representation of color #BEA8D0: hue angle of 273º degrees, saturation: 0.3, 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 #BEA8D0 is Cyan = 0.09, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 190 168 208 -
CMYK 0.09 0.19 0 0.18
HSL 273º 0.3% 0.74% -
HSV(B) 273º 0.19% 0.82% -
XYZ 46.62 43.51 65.61 -
YUV 179.14 144.29 135.75 -
System Red Green Blue C M Y K H S L
Decimal 190 168 208 0.09 0.19 0 0.18 273 0.3 0.74
Hex BE A8 D0 9 13 0 12 111 1E 4A
Octal 276 250 320 11 23 0 22 421 36 112
Binary 10111110 10101000 11010000 1001 10011 0 10010 100010001 11110 1001010

Color Harmonies of #BEA8D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA8D0

Black with #BEA8D0

Text Example


Text Example

White with #BEA8D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA8D0; }

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

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

background-color css

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

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

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

border-color css

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

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

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