Html Css Color HEX #BD9DD9 Perfume

📋 copy color: '#BD9DD9'

red 189 ◦ green 157 ◦ blue 217

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

Shades of Perfume #BD9DD9

Tints of Perfume #BD9DD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 38.54%

R = 33.57%
G = 27.89%
B = 38.54%

CMYK

 C value IS 0.13

 M value IS 0.28

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD9DD9 (or 0xBD9DD9) is known color: Perfume. HEX triplet: BD, 9D and D9. RGB value is (189,157,217). Sum of RGB (Red+Green+Blue) = 189+157+217=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 157 (61.72% from 255 or 27.89% from 563); Blue value is 217 (85.16% from 255 or 38.54% from 563); Max value from RGB is 217 - color contains mainly: blue. Hex color #BD9DD9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DD9 is #426226. Grayscale: #ADADAD. Windows color (decimal): -4350503 or 14261693. OLE color: 14261693.

HSL color Cylindrical-coordinate representation of color #BD9DD9: hue angle of 272º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #BD9DD9 is Cyan = 0.13, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 189 157 217 -
CMYK 0.13 0.28 0 0.15
HSL 272º 0.44% 0.73% -
HSV(B) 272º 0.28% 0.85% -
XYZ 45.57 39.94 70.95 -
YUV 173.41 152.6 139.12 -
System Red Green Blue C M Y K H S L
Decimal 189 157 217 0.13 0.28 0 0.15 272 0.44 0.73
Hex BD 9D D9 D 1C 0 F 110 2C 49
Octal 275 235 331 15 34 0 17 420 54 111
Binary 10111101 10011101 11011001 1101 11100 0 1111 100010000 101100 1001001

Color Harmonies of #BD9DD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DD9

Black with #BD9DD9

Text Example


Text Example

White with #BD9DD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DD9; }

 p { color: rgb(189,157,217); }

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

background-color css

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

 a { background-color: rgb(189,157,217); }

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

border-color css

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

 span { border-color: rgb(189,157,217); }

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