Html Css Color HEX #BF9DDB Perfume

📋 copy color: '#BF9DDB'

red 191 ◦ green 157 ◦ blue 219

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

Shades of Perfume #BF9DDB

Tints of Perfume #BF9DDB

RGB

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

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

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

R = 33.69%
G = 27.69%
B = 38.62%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BF9DDB (or 0xBF9DDB) is known color: Perfume. HEX triplet: BF, 9D and DB. RGB value is (191,157,219). Sum of RGB (Red+Green+Blue) = 191+157+219=567 (75% of max value = 765). Red value is 191 (75% from 255 or 33.69% from 567); Green value is 157 (61.72% from 255 or 27.69% from 567); Blue value is 219 (85.94% from 255 or 38.62% from 567); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF9DDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DDB is #406224. Grayscale: #AEAEAE. Windows color (decimal): -4219429 or 14392767. OLE color: 14392767.

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

Color convert

RGB 191 157 219 -
CMYK 0.13 0.28 0 0.14
HSL 272.9º 0.46% 0.74% -
HSV(B) 272.9º 0.28% 0.86% -
XYZ 46.33 40.3 72.36 -
YUV 174.23 153.26 139.96 -
System Red Green Blue C M Y K H S L
Decimal 191 157 219 0.13 0.28 0 0.14 272.9 0.46 0.74
Hex BF 9D DB D 1C 0 E 111 2E 4A
Octal 277 235 333 15 34 0 16 421 56 112
Binary 10111111 10011101 11011011 1101 11100 0 1110 100010001 101110 1001010

Color Harmonies of #BF9DDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DDB

Black with #BF9DDB

Text Example


Text Example

White with #BF9DDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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