Html Css Color HEX #BF9FED Perfume

📋 copy color: '#BF9FED'

red 191 ◦ green 159 ◦ blue 237

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

Shades of Perfume #BF9FED

Tints of Perfume #BF9FED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 40.37%

R = 32.54%
G = 27.09%
B = 40.37%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#BF9FED (or 0xBF9FED) is known color: Perfume. HEX triplet: BF, 9F and ED. RGB value is (191,159,237). Sum of RGB (Red+Green+Blue) = 191+159+237=587 (77% of max value = 765). Red value is 191 (75% from 255 or 32.54% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 237 (92.97% from 255 or 40.37% from 587); Max value from RGB is 237 - color contains mainly: blue. Hex color #BF9FED is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9FED is #406012. Grayscale: #B1B1B1. Windows color (decimal): -4218899 or 15572927. OLE color: 15572927.

HSL color Cylindrical-coordinate representation of color #BF9FED: hue angle of 264.62º degrees, saturation: 0.68, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9FED is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 191 159 237 -
CMYK 0.19 0.33 0 0.07
HSL 264.62º 0.68% 0.78% -
HSV(B) 264.62º 0.33% 0.93% -
XYZ 49.17 41.99 85.63 -
YUV 177.46 161.6 137.66 -
System Red Green Blue C M Y K H S L
Decimal 191 159 237 0.19 0.33 0 0.07 264.62 0.68 0.78
Hex BF 9F ED 13 21 0 7 109 44 4E
Octal 277 237 355 23 41 0 7 411 104 116
Binary 10111111 10011111 11101101 10011 100001 0 111 100001001 1000100 1001110

Color Harmonies of #BF9FED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FED

Black with #BF9FED

Text Example


Text Example

White with #BF9FED

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FED; }

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

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

background-color css

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

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

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

border-color css

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

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

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