Html Css Color HEX #BF9DE9 Perfume

📋 copy color: '#BF9DE9'

red 191 ◦ green 157 ◦ blue 233

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

Shades of Perfume #BF9DE9

Tints of Perfume #BF9DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.1%

R = 32.87%
G = 27.02%
B = 40.1%

CMYK

 C value IS 0.18

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BF9DE9 (or 0xBF9DE9) is known color: Perfume. HEX triplet: BF, 9D and E9. RGB value is (191,157,233). Sum of RGB (Red+Green+Blue) = 191+157+233=581 (76% of max value = 765). Red value is 191 (75% from 255 or 32.87% from 581); Green value is 157 (61.72% from 255 or 27.02% from 581); Blue value is 233 (91.41% from 255 or 40.10% from 581); Max value from RGB is 233 - color contains mainly: blue. Hex color #BF9DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BF9DE9 is #406216. Grayscale: #AFAFAF. Windows color (decimal): -4219415 or 15310271. OLE color: 15310271.

HSL color Cylindrical-coordinate representation of color #BF9DE9: hue angle of 266.84º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BF9DE9 is Cyan = 0.18, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 191 157 233 -
CMYK 0.18 0.33 0 0.09
HSL 266.84º 0.63% 0.76% -
HSV(B) 266.84º 0.33% 0.91% -
XYZ 48.25 41.07 82.48 -
YUV 175.83 160.26 138.82 -
System Red Green Blue C M Y K H S L
Decimal 191 157 233 0.18 0.33 0 0.09 266.84 0.63 0.76
Hex BF 9D E9 12 21 0 9 10B 3F 4C
Octal 277 235 351 22 41 0 11 413 77 114
Binary 10111111 10011101 11101001 10010 100001 0 1001 100001011 111111 1001100

Color Harmonies of #BF9DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DE9

Black with #BF9DE9

Text Example


Text Example

White with #BF9DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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