Html Css Color HEX #BE9BE1 Perfume

📋 copy color: '#BE9BE1'

red 190 ◦ green 155 ◦ blue 225

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

Shades of Perfume #BE9BE1

Tints of Perfume #BE9BE1

RGB

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

 GREEN value IS 155 (60.94% from 255) = 27.19%

 BLUE value IS 225 (88.28% from 255) = 39.47%

R = 33.33%
G = 27.19%
B = 39.47%

CMYK

 C value IS 0.16

 M value IS 0.31

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#BE9BE1 (or 0xBE9BE1) is known color: Perfume. HEX triplet: BE, 9B and E1. RGB value is (190,155,225). Sum of RGB (Red+Green+Blue) = 190+155+225=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 155 (60.94% from 255 or 27.19% from 570); Blue value is 225 (88.28% from 255 or 39.47% from 570); Max value from RGB is 225 - color contains mainly: blue. Hex color #BE9BE1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9BE1 is #41641E. Grayscale: #ADADAD. Windows color (decimal): -4285471 or 14785470. OLE color: 14785470.

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

Color convert

RGB 190 155 225 -
CMYK 0.16 0.31 0 0.12
HSL 270º 0.54% 0.75% -
HSV(B) 270º 0.31% 0.88% -
XYZ 46.55 39.83 76.47 -
YUV 173.45 157.1 139.81 -
System Red Green Blue C M Y K H S L
Decimal 190 155 225 0.16 0.31 0 0.12 270 0.54 0.75
Hex BE 9B E1 10 1F 0 C 10E 36 4B
Octal 276 233 341 20 37 0 14 416 66 113
Binary 10111110 10011011 11100001 10000 11111 0 1100 100001110 110110 1001011

Color Harmonies of #BE9BE1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BE1

Black with #BE9BE1

Text Example


Text Example

White with #BE9BE1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BE1; }

 p { color: rgb(190,155,225); }

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

background-color css

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

 a { background-color: rgb(190,155,225); }

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

border-color css

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

 span { border-color: rgb(190,155,225); }

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