Html Css Color HEX #BEAACC Perfume

📋 copy color: '#BEAACC'

red 190 ◦ green 170 ◦ blue 204

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

Shades of Perfume #BEAACC

Tints of Perfume #BEAACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 36.17%

R = 33.69%
G = 30.14%
B = 36.17%

CMYK

 C value IS 0.07

 M value IS 0.17

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEAACC (or 0xBEAACC) is known color: Perfume. HEX triplet: BE, AA and CC. RGB value is (190,170,204). Sum of RGB (Red+Green+Blue) = 190+170+204=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 170 (66.80% from 255 or 30.14% from 564); Blue value is 204 (80.08% from 255 or 36.17% from 564); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEAACC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEAACC is #415533. Grayscale: #B3B3B3. Windows color (decimal): -4281652 or 13413054. OLE color: 13413054.

HSL color Cylindrical-coordinate representation of color #BEAACC: hue angle of 275.29º degrees, saturation: 0.25, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #BEAACC is Cyan = 0.07, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 190 170 204 -
CMYK 0.07 0.17 0 0.2
HSL 275.29º 0.25% 0.73% -
HSV(B) 275.29º 0.17% 0.8% -
XYZ 46.51 44.06 63.18 -
YUV 179.86 141.63 135.24 -
System Red Green Blue C M Y K H S L
Decimal 190 170 204 0.07 0.17 0 0.2 275.29 0.25 0.73
Hex BE AA CC 7 11 0 14 113 19 49
Octal 276 252 314 7 21 0 24 423 31 111
Binary 10111110 10101010 11001100 111 10001 0 10100 100010011 11001 1001001

Color Harmonies of #BEAACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEAACC

Black with #BEAACC

Text Example


Text Example

White with #BEAACC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEAACC; }

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

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

background-color css

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

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

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

border-color css

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

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

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