Html Css Color HEX #BD9DD5 Perfume

📋 copy color: '#BD9DD5'

red 189 ◦ green 157 ◦ blue 213

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

Shades of Perfume #BD9DD5

Tints of Perfume #BD9DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 38.1%

R = 33.81%
G = 28.09%
B = 38.1%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD9DD5 (or 0xBD9DD5) is known color: Perfume. HEX triplet: BD, 9D and D5. RGB value is (189,157,213). Sum of RGB (Red+Green+Blue) = 189+157+213=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 213 (83.59% from 255 or 38.10% from 559); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD9DD5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DD5 is #42622A. Grayscale: #ACACAC. Windows color (decimal): -4350507 or 13999549. OLE color: 13999549.

HSL color Cylindrical-coordinate representation of color #BD9DD5: hue angle of 274.29º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9DD5 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 157 213 -
CMYK 0.11 0.26 0 0.16
HSL 274.29º 0.4% 0.73% -
HSV(B) 274.29º 0.26% 0.84% -
XYZ 45.05 39.74 68.25 -
YUV 172.95 150.6 139.45 -
System Red Green Blue C M Y K H S L
Decimal 189 157 213 0.11 0.26 0 0.16 274.29 0.4 0.73
Hex BD 9D D5 B 1A 0 10 112 28 49
Octal 275 235 325 13 32 0 20 422 50 111
Binary 10111101 10011101 11010101 1011 11010 0 10000 100010010 101000 1001001

Color Harmonies of #BD9DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DD5

Black with #BD9DD5

Text Example


Text Example

White with #BD9DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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