Html Css Color HEX #BEA6D6 Perfume

📋 copy color: '#BEA6D6'

red 190 ◦ green 166 ◦ blue 214

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

Shades of Perfume #BEA6D6

Tints of Perfume #BEA6D6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 37.54%

R = 33.33%
G = 29.12%
B = 37.54%

CMYK

 C value IS 0.11

 M value IS 0.22

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BEA6D6 (or 0xBEA6D6) is known color: Perfume. HEX triplet: BE, A6 and D6. RGB value is (190,166,214). Sum of RGB (Red+Green+Blue) = 190+166+214=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 166 (65.23% from 255 or 29.12% from 570); Blue value is 214 (83.98% from 255 or 37.54% from 570); Max value from RGB is 214 - color contains mainly: blue. Hex color #BEA6D6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA6D6 is #415929. Grayscale: #B2B2B2. Windows color (decimal): -4282666 or 14067390. OLE color: 14067390.

HSL color Cylindrical-coordinate representation of color #BEA6D6: hue angle of 270º degrees, saturation: 0.37, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #BEA6D6 is Cyan = 0.11, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 190 166 214 -
CMYK 0.11 0.22 0 0.16
HSL 270º 0.37% 0.75% -
HSV(B) 270º 0.22% 0.84% -
XYZ 47.01 43.07 69.45 -
YUV 178.65 147.95 136.1 -
System Red Green Blue C M Y K H S L
Decimal 190 166 214 0.11 0.22 0 0.16 270 0.37 0.75
Hex BE A6 D6 B 16 0 10 10E 25 4B
Octal 276 246 326 13 26 0 20 416 45 113
Binary 10111110 10100110 11010110 1011 10110 0 10000 100001110 100101 1001011

Color Harmonies of #BEA6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA6D6

Black with #BEA6D6

Text Example


Text Example

White with #BEA6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA6D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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