Html Css Color HEX #BD9FD3 Perfume

📋 copy color: '#BD9FD3'

red 189 ◦ green 159 ◦ blue 211

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

Shades of Perfume #BD9FD3

Tints of Perfume #BD9FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 37.75%

R = 33.81%
G = 28.44%
B = 37.75%

CMYK

 C value IS 0.10

 M value IS 0.25

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#BD9FD3 (or 0xBD9FD3) is known color: Perfume. HEX triplet: BD, 9F and D3. RGB value is (189,159,211). Sum of RGB (Red+Green+Blue) = 189+159+211=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 159 (62.5% from 255 or 28.44% from 559); Blue value is 211 (82.81% from 255 or 37.75% from 559); Max value from RGB is 211 - color contains mainly: blue. Hex color #BD9FD3 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FD3 is #42602C. Grayscale: #ADADAD. Windows color (decimal): -4349997 or 13868989. OLE color: 13868989.

HSL color Cylindrical-coordinate representation of color #BD9FD3: hue angle of 274.62º degrees, saturation: 0.37, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #BD9FD3 is Cyan = 0.10, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 189 159 211 -
CMYK 0.10 0.25 0 0.17
HSL 274.62º 0.37% 0.73% -
HSV(B) 274.62º 0.25% 0.83% -
XYZ 45.14 40.32 67.03 -
YUV 173.9 148.94 138.77 -
System Red Green Blue C M Y K H S L
Decimal 189 159 211 0.10 0.25 0 0.17 274.62 0.37 0.73
Hex BD 9F D3 A 19 0 11 113 25 49
Octal 275 237 323 12 31 0 21 423 45 111
Binary 10111101 10011111 11010011 1010 11001 0 10001 100010011 100101 1001001

Color Harmonies of #BD9FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FD3

Black with #BD9FD3

Text Example


Text Example

White with #BD9FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FD3; }

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

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

background-color css

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

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

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

border-color css

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

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

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