Html Css Color HEX #BF9FDB Perfume

📋 copy color: '#BF9FDB'

red 191 ◦ green 159 ◦ blue 219

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

Shades of Perfume #BF9FDB

Tints of Perfume #BF9FDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.49%

R = 33.57%
G = 27.94%
B = 38.49%

CMYK

 C value IS 0.13

 M value IS 0.27

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF9FDB (or 0xBF9FDB) is known color: Perfume. HEX triplet: BF, 9F and DB. RGB value is (191,159,219). Sum of RGB (Red+Green+Blue) = 191+159+219=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 159 (62.5% from 255 or 27.94% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF9FDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9FDB is #406024. Grayscale: #AFAFAF. Windows color (decimal): -4218917 or 14393279. OLE color: 14393279.

HSL color Cylindrical-coordinate representation of color #BF9FDB: hue angle of 272º degrees, saturation: 0.45, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #BF9FDB is Cyan = 0.13, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 159 219 -
CMYK 0.13 0.27 0 0.14
HSL 272º 0.45% 0.74% -
HSV(B) 272º 0.27% 0.86% -
XYZ 46.67 40.99 72.47 -
YUV 175.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 191 159 219 0.13 0.27 0 0.14 272 0.45 0.74
Hex BF 9F DB D 1B 0 E 110 2D 4A
Octal 277 237 333 15 33 0 16 420 55 112
Binary 10111111 10011111 11011011 1101 11011 0 1110 100010000 101101 1001010

Color Harmonies of #BF9FDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9FDB

Black with #BF9FDB

Text Example


Text Example

White with #BF9FDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9FDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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