Html Css Color HEX #BEA7CC Perfume

📋 copy color: '#BEA7CC'

red 190 ◦ green 167 ◦ blue 204

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

Shades of Perfume #BEA7CC

Tints of Perfume #BEA7CC

RGB

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

 GREEN value IS 167 (65.63% from 255) = 29.77%

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

R = 33.87%
G = 29.77%
B = 36.36%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#BEA7CC (or 0xBEA7CC) is known color: Perfume. HEX triplet: BE, A7 and CC. RGB value is (190,167,204). Sum of RGB (Red+Green+Blue) = 190+167+204=561 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.87% from 561); Green value is 167 (65.62% from 255 or 29.77% from 561); Blue value is 204 (80.08% from 255 or 36.36% from 561); Max value from RGB is 204 - color contains mainly: blue. Hex color #BEA7CC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA7CC is #415833. Grayscale: #B1B1B1. Windows color (decimal): -4282420 or 13412286. OLE color: 13412286.

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

Color convert

RGB 190 167 204 -
CMYK 0.07 0.18 0 0.2
HSL 277.3º 0.27% 0.73% -
HSV(B) 277.3º 0.18% 0.8% -
XYZ 45.95 42.94 62.99 -
YUV 178.1 142.62 136.49 -
System Red Green Blue C M Y K H S L
Decimal 190 167 204 0.07 0.18 0 0.2 277.3 0.27 0.73
Hex BE A7 CC 7 12 0 14 115 1B 49
Octal 276 247 314 7 22 0 24 425 33 111
Binary 10111110 10100111 11001100 111 10010 0 10100 100010101 11011 1001001

Color Harmonies of #BEA7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA7CC

Black with #BEA7CC

Text Example


Text Example

White with #BEA7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA7CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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