Html Css Color HEX #BD9FDD Perfume

📋 copy color: '#BD9FDD'

red 189 ◦ green 159 ◦ blue 221

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

Shades of Perfume #BD9FDD

Tints of Perfume #BD9FDD

RGB

 RED value IS 189 (74.22% from 255) = 33.22%

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

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

R = 33.22%
G = 27.94%
B = 38.84%

CMYK

 C value IS 0.14

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9FDD (or 0xBD9FDD) is known color: Perfume. HEX triplet: BD, 9F and DD. RGB value is (189,159,221). Sum of RGB (Red+Green+Blue) = 189+159+221=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 159 (62.5% from 255 or 27.94% 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 #BD9FDD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDD is #426022. Grayscale: #AEAEAE. Windows color (decimal): -4349987 or 14524349. OLE color: 14524349.

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

Color convert

RGB 189 159 221 -
CMYK 0.14 0.28 0 0.13
HSL 269.03º 0.48% 0.75% -
HSV(B) 269.03º 0.28% 0.87% -
XYZ 46.44 40.84 73.84 -
YUV 175.04 153.94 137.96 -
System Red Green Blue C M Y K H S L
Decimal 189 159 221 0.14 0.28 0 0.13 269.03 0.48 0.75
Hex BD 9F DD E 1C 0 D 10D 30 4B
Octal 275 237 335 16 34 0 15 415 60 113
Binary 10111101 10011111 11011101 1110 11100 0 1101 100001101 110000 1001011

Color Harmonies of #BD9FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FDD

Black with #BD9FDD

Text Example


Text Example

White with #BD9FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FDD; }

 p { color: rgb(189,159,221); }

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

background-color css

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

 a { background-color: rgb(189,159,221); }

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

border-color css

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

 span { border-color: rgb(189,159,221); }

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