Html Css Color HEX #BF96F6 Perfume

📋 copy color: '#BF96F6'

red 191 ◦ green 150 ◦ blue 246

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

Shades of Perfume #BF96F6

Tints of Perfume #BF96F6

RGB

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

 GREEN value IS 150 (58.98% from 255) = 25.55%

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

R = 32.54%
G = 25.55%
B = 41.91%

CMYK

 C value IS 0.22

 M value IS 0.39

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BF96F6 (or 0xBF96F6) is known color: Perfume. HEX triplet: BF, 96 and F6. RGB value is (191,150,246). Sum of RGB (Red+Green+Blue) = 191+150+246=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 150 (58.98% from 255 or 25.55% from 587); Blue value is 246 (96.48% from 255 or 41.91% from 587); Max value from RGB is 246 - color contains mainly: blue. Hex color #BF96F6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF96F6 is #406909. Grayscale: #ACACAC. Windows color (decimal): -4221194 or 16160447. OLE color: 16160447.

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

Color convert

RGB 191 150 246 -
CMYK 0.22 0.39 0 0.04
HSL 265.63º 0.84% 0.78% -
HSV(B) 265.63º 0.39% 0.96% -
XYZ 49.03 39.54 92.24 -
YUV 173.2 169.08 140.69 -
System Red Green Blue C M Y K H S L
Decimal 191 150 246 0.22 0.39 0 0.04 265.63 0.84 0.78
Hex BF 96 F6 16 27 0 4 10A 54 4E
Octal 277 226 366 26 47 0 4 412 124 116
Binary 10111111 10010110 11110110 10110 100111 0 100 100001010 1010100 1001110

Color Harmonies of #BF96F6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF96F6

Black with #BF96F6

Text Example


Text Example

White with #BF96F6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF96F6; }

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

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

background-color css

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

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

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

border-color css

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

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

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