Html Css Color HEX #BF9FDD Perfume

📋 copy color: '#BF9FDD'

red 191 ◦ green 159 ◦ blue 221

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

Shades of Perfume #BF9FDD

Tints of Perfume #BF9FDD

RGB

 RED value IS 191 (75% from 255) = 33.45%

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

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

R = 33.45%
G = 27.85%
B = 38.7%

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

#BF9FDD (or 0xBF9FDD) is known color: Perfume. HEX triplet: BF, 9F and DD. RGB value is (191,159,221). Sum of RGB (Red+Green+Blue) = 191+159+221=571 (75% of max value = 765). Red value is 191 (75% from 255 or 33.45% from 571); Green value is 159 (62.5% from 255 or 27.85% from 571); Blue value is 221 (86.72% from 255 or 38.70% from 571); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FDD is #406022. Grayscale: #AFAFAF. Windows color (decimal): -4218915 or 14524351. OLE color: 14524351.

HSL color Cylindrical-coordinate representation of color #BF9FDD: hue angle of 270.97º 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 #BF9FDD is Cyan = 0.14, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 191 159 221 -
CMYK 0.14 0.28 0 0.13
HSL 270.97º 0.48% 0.75% -
HSV(B) 270.97º 0.28% 0.87% -
XYZ 46.94 41.09 73.86 -
YUV 175.64 153.6 138.96 -
System Red Green Blue C M Y K H S L
Decimal 191 159 221 0.14 0.28 0 0.13 270.97 0.48 0.75
Hex BF 9F DD E 1C 0 D 10F 30 4B
Octal 277 237 335 16 34 0 15 417 60 113
Binary 10111111 10011111 11011101 1110 11100 0 1101 100001111 110000 1001011

Color Harmonies of #BF9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FDD

Black with #BF9FDD

Text Example


Text Example

White with #BF9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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