Html Css Color HEX #BF9EDB Perfume

📋 copy color: '#BF9EDB'

red 191 ◦ green 158 ◦ blue 219

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

Shades of Perfume #BF9EDB

Tints of Perfume #BF9EDB

RGB

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

 GREEN value IS 158 (62.11% from 255) = 27.82%

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

R = 33.63%
G = 27.82%
B = 38.56%

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

#BF9EDB (or 0xBF9EDB) is known color: Perfume. HEX triplet: BF, 9E and DB. RGB value is (191,158,219). Sum of RGB (Red+Green+Blue) = 191+158+219=568 (75% of max value = 765). Red value is 191 (75% from 255 or 33.63% from 568); Green value is 158 (62.11% from 255 or 27.82% from 568); Blue value is 219 (85.94% from 255 or 38.56% from 568); Max value from RGB is 219 - color contains mainly: blue. Hex color #BF9EDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9EDB is #406124. Grayscale: #AEAEAE. Windows color (decimal): -4219173 or 14393023. OLE color: 14393023.

HSL color Cylindrical-coordinate representation of color #BF9EDB: hue angle of 272.46º 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 #BF9EDB is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 191 158 219 -
CMYK 0.13 0.28 0 0.14
HSL 272.46º 0.46% 0.74% -
HSV(B) 272.46º 0.28% 0.86% -
XYZ 46.5 40.64 72.41 -
YUV 174.82 152.93 139.54 -
System Red Green Blue C M Y K H S L
Decimal 191 158 219 0.13 0.28 0 0.14 272.46 0.46 0.74
Hex BF 9E DB D 1C 0 E 110 2E 4A
Octal 277 236 333 15 34 0 16 420 56 112
Binary 10111111 10011110 11011011 1101 11100 0 1110 100010000 101110 1001010

Color Harmonies of #BF9EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9EDB

Black with #BF9EDB

Text Example


Text Example

White with #BF9EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9EDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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