Html Css Color HEX #BF9DF6 Perfume

📋 copy color: '#BF9DF6'

red 191 ◦ green 157 ◦ blue 246

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

Shades of Perfume #BF9DF6

Tints of Perfume #BF9DF6

RGB

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

 GREEN value IS 157 (61.72% from 255) = 26.43%

 BLUE value IS 246 (96.48% from 255) = 41.41%

R = 32.15%
G = 26.43%
B = 41.41%

CMYK

 C value IS 0.22

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF9DF6 (or 0xBF9DF6) is known color: Perfume. HEX triplet: BF, 9D and F6. RGB value is (191,157,246). Sum of RGB (Red+Green+Blue) = 191+157+246=594 (78% of max value = 765). Red value is 191 (75% from 255 or 32.15% from 594); Green value is 157 (61.72% from 255 or 26.43% from 594); Blue value is 246 (96.48% from 255 or 41.41% from 594); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DF6 is #406209. Grayscale: #B0B0B0. Windows color (decimal): -4219402 or 16162239. OLE color: 16162239.

HSL color Cylindrical-coordinate representation of color #BF9DF6: hue angle of 262.92º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BF9DF6 is Cyan = 0.22, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 191 157 246 -
CMYK 0.22 0.36 0 0.04
HSL 262.92º 0.83% 0.79% -
HSV(B) 262.92º 0.36% 0.96% -
XYZ 50.18 41.84 92.62 -
YUV 177.31 166.76 137.76 -
System Red Green Blue C M Y K H S L
Decimal 191 157 246 0.22 0.36 0 0.04 262.92 0.83 0.79
Hex BF 9D F6 16 24 0 4 107 53 4F
Octal 277 235 366 26 44 0 4 407 123 117
Binary 10111111 10011101 11110110 10110 100100 0 100 100000111 1010011 1001111

Color Harmonies of #BF9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DF6

Black with #BF9DF6

Text Example


Text Example

White with #BF9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DF6; }

 p { color: rgb(191,157,246); }

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

background-color css

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

 a { background-color: rgb(191,157,246); }

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

border-color css

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

 span { border-color: rgb(191,157,246); }

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