Html Css Color HEX #BEA9CD Perfume

📋 copy color: '#BEA9CD'

red 190 ◦ green 169 ◦ blue 205

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

Shades of Perfume #BEA9CD

Tints of Perfume #BEA9CD

RGB

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

 GREEN value IS 169 (66.41% from 255) = 29.96%

 BLUE value IS 205 (80.47% from 255) = 36.35%

R = 33.69%
G = 29.96%
B = 36.35%

CMYK

 C value IS 0.07

 M value IS 0.18

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#BEA9CD (or 0xBEA9CD) is known color: Perfume. HEX triplet: BE, A9 and CD. RGB value is (190,169,205). Sum of RGB (Red+Green+Blue) = 190+169+205=564 (74% of max value = 765). Red value is 190 (74.61% from 255 or 33.69% from 564); Green value is 169 (66.41% from 255 or 29.96% from 564); Blue value is 205 (80.47% from 255 or 36.35% from 564); Max value from RGB is 205 - color contains mainly: blue. Hex color #BEA9CD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BEA9CD is #415632. Grayscale: #B3B3B3. Windows color (decimal): -4281907 or 13478334. OLE color: 13478334.

HSL color Cylindrical-coordinate representation of color #BEA9CD: hue angle of 275º degrees, saturation: 0.26, 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 #BEA9CD is Cyan = 0.07, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 190 169 205 -
CMYK 0.07 0.18 0 0.20
HSL 275º 0.26% 0.73% -
HSV(B) 275º 0.18% 0.8% -
XYZ 46.44 43.73 63.75 -
YUV 179.38 142.46 135.57 -
System Red Green Blue C M Y K H S L
Decimal 190 169 205 0.07 0.18 0 0.20 275 0.26 0.73
Hex BE A9 CD 7 12 0 14 113 1A 49
Octal 276 251 315 7 22 0 24 423 32 111
Binary 10111110 10101001 11001101 111 10010 0 10100 100010011 11010 1001001

Color Harmonies of #BEA9CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BEA9CD

Black with #BEA9CD

Text Example


Text Example

White with #BEA9CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BEA9CD; }

 p { color: rgb(190,169,205); }

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

background-color css

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

 a { background-color: rgb(190,169,205); }

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

border-color css

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

 span { border-color: rgb(190,169,205); }

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