Html Css Color HEX #BF9DDD Perfume

📋 copy color: '#BF9DDD'

red 191 ◦ green 157 ◦ blue 221

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

Shades of Perfume #BF9DDD

Tints of Perfume #BF9DDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 38.84%

R = 33.57%
G = 27.59%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BF9DDD (or 0xBF9DDD) is known color: Perfume. HEX triplet: BF, 9D and DD. RGB value is (191,157,221). Sum of RGB (Red+Green+Blue) = 191+157+221=569 (75% of max value = 765). Red value is 191 (75% from 255 or 33.57% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #BF9DDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BF9DDD is #406222. Grayscale: #AEAEAE. Windows color (decimal): -4219427 or 14523839. OLE color: 14523839.

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

Color convert

RGB 191 157 221 -
CMYK 0.14 0.29 0 0.13
HSL 271.88º 0.48% 0.74% -
HSV(B) 271.88º 0.29% 0.87% -
XYZ 46.59 40.41 73.75 -
YUV 174.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 191 157 221 0.14 0.29 0 0.13 271.88 0.48 0.74
Hex BF 9D DD E 1D 0 D 110 30 4A
Octal 277 235 335 16 35 0 15 420 60 112
Binary 10111111 10011101 11011101 1110 11101 0 1101 100010000 110000 1001010

Color Harmonies of #BF9DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BF9DDD

Black with #BF9DDD

Text Example


Text Example

White with #BF9DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BF9DDD; }

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

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

background-color css

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

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

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

border-color css

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

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

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