Html Css Color HEX #BE9FDD Perfume

📋 copy color: '#BE9FDD'

red 190 ◦ green 159 ◦ blue 221

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

Shades of Perfume #BE9FDD

Tints of Perfume #BE9FDD

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.89%

 BLUE value IS 221 (86.72% from 255) = 38.77%

R = 33.33%
G = 27.89%
B = 38.77%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BE9FDD (or 0xBE9FDD) is known color: Perfume. HEX triplet: BE, 9F and DD. RGB value is (190,159,221). Sum of RGB (Red+Green+Blue) = 190+159+221=570 (75% of max value = 765). Red value is 190 (74.61% from 255 or 33.33% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 221 (86.72% from 255 or 38.77% from 570); Max value from RGB is 221 - color contains mainly: blue. Hex color #BE9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BE9FDD is #416022. Grayscale: #AFAFAF. Windows color (decimal): -4284451 or 14524350. OLE color: 14524350.

HSL color Cylindrical-coordinate representation of color #BE9FDD: hue angle of 270º degrees, saturation: 0.48, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BE9FDD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 190 159 221 -
CMYK 0.14 0.28 0 0.13
HSL 270º 0.48% 0.75% -
HSV(B) 270º 0.28% 0.87% -
XYZ 46.68 40.96 73.85 -
YUV 175.34 153.77 138.46 -
System Red Green Blue C M Y K H S L
Decimal 190 159 221 0.14 0.28 0 0.13 270 0.48 0.75
Hex BE 9F DD E 1C 0 D 10E 30 4B
Octal 276 237 335 16 34 0 15 416 60 113
Binary 10111110 10011111 11011101 1110 11100 0 1101 100001110 110000 1001011

Color Harmonies of #BE9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BE9FDD

Black with #BE9FDD

Text Example


Text Example

White with #BE9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BE9FDD; }

 p { color: rgb(190,159,221); }

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

background-color css

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

 a { background-color: rgb(190,159,221); }

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

border-color css

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

 span { border-color: rgb(190,159,221); }

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