Html Css Color HEX #BE9BE6 Perfume

📋 copy color: '#BE9BE6'

red 190 ◦ green 155 ◦ blue 230

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

Shades of Perfume #BE9BE6

Tints of Perfume #BE9BE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40%

R = 33.04%
G = 26.96%
B = 40%

CMYK

 C value IS 0.17

 M value IS 0.33

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#BE9BE6 (or 0xBE9BE6) is known color: Perfume. HEX triplet: BE, 9B and E6. RGB value is (190,155,230). Sum of RGB (Red+Green+Blue) = 190+155+230=575 (76% of max value = 765). Red value is 190 (74.61% from 255 or 33.04% from 575); Green value is 155 (60.94% from 255 or 26.96% from 575); Blue value is 230 (90.23% from 255 or 40% from 575); Max value from RGB is 230 - color contains mainly: blue. Hex color #BE9BE6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BE9BE6 is #416419. Grayscale: #ADADAD. Windows color (decimal): -4285466 or 15113150. OLE color: 15113150.

HSL color Cylindrical-coordinate representation of color #BE9BE6: hue angle of 268º degrees, saturation: 0.6, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BE9BE6 is Cyan = 0.17, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 190 155 230 -
CMYK 0.17 0.33 0 0.10
HSL 268º 0.6% 0.75% -
HSV(B) 268º 0.33% 0.9% -
XYZ 47.24 40.1 80.11 -
YUV 174.02 159.6 139.4 -
System Red Green Blue C M Y K H S L
Decimal 190 155 230 0.17 0.33 0 0.10 268 0.6 0.75
Hex BE 9B E6 11 21 0 A 10C 3C 4B
Octal 276 233 346 21 41 0 12 414 74 113
Binary 10111110 10011011 11100110 10001 100001 0 1010 100001100 111100 1001011

Color Harmonies of #BE9BE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9BE6

Black with #BE9BE6

Text Example


Text Example

White with #BE9BE6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9BE6; }

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

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

background-color css

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

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

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

border-color css

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

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

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