Html Css Color HEX #BEAACF Perfume

📋 copy color: '#BEAACF'

red 190 ◦ green 170 ◦ blue 207

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

Shades of Perfume #BEAACF

Tints of Perfume #BEAACF

RGB

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

 GREEN value IS 170 (66.8% from 255) = 29.98%

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

R = 33.51%
G = 29.98%
B = 36.51%

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

#BEAACF (or 0xBEAACF) is known color: Perfume. HEX triplet: BE, AA and CF. RGB value is (190,170,207). Sum of RGB (Red+Green+Blue) = 190+170+207=567 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.51% from 567); Green value is 170 (66.80% from 255 or 29.98% from 567); Blue value is 207 (81.25% from 255 or 36.51% from 567); Max value from RGB is 207 - color contains mainly: blue. Hex color #BEAACF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACF is #415530. Grayscale: #B4B4B4. Windows color (decimal): -4281649 or 13609662. OLE color: 13609662.

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

Color convert

RGB 190 170 207 -
CMYK 0.08 0.18 0 0.19
HSL 272.43º 0.28% 0.74% -
HSV(B) 272.43º 0.18% 0.81% -
XYZ 46.87 44.2 65.09 -
YUV 180.2 143.13 134.99 -
System Red Green Blue C M Y K H S L
Decimal 190 170 207 0.08 0.18 0 0.19 272.43 0.28 0.74
Hex BE AA CF 8 12 0 13 110 1C 4A
Octal 276 252 317 10 22 0 23 420 34 112
Binary 10111110 10101010 11001111 1000 10010 0 10011 100010000 11100 1001010

Color Harmonies of #BEAACF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAACF

Black with #BEAACF

Text Example


Text Example

White with #BEAACF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAACF; }

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

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

background-color css

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

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

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

border-color css

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

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

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