Html Css Color HEX #BD9DDC Perfume

📋 copy color: '#BD9DDC'

red 189 ◦ green 157 ◦ blue 220

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

Shades of Perfume #BD9DDC

Tints of Perfume #BD9DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 38.87%

R = 33.39%
G = 27.74%
B = 38.87%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD9DDC (or 0xBD9DDC) is known color: Perfume. HEX triplet: BD, 9D and DC. RGB value is (189,157,220). Sum of RGB (Red+Green+Blue) = 189+157+220=566 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.39% from 566); Green value is 157 (61.72% from 255 or 27.74% from 566); Blue value is 220 (86.33% from 255 or 38.87% from 566); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9DDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DDC is #426223. Grayscale: #ADADAD. Windows color (decimal): -4350500 or 14458301. OLE color: 14458301.

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

Color convert

RGB 189 157 220 -
CMYK 0.14 0.29 0 0.14
HSL 270.48º 0.47% 0.74% -
HSV(B) 270.48º 0.29% 0.86% -
XYZ 45.96 40.1 73.03 -
YUV 173.75 154.1 138.88 -
System Red Green Blue C M Y K H S L
Decimal 189 157 220 0.14 0.29 0 0.14 270.48 0.47 0.74
Hex BD 9D DC E 1D 0 E 10E 2F 4A
Octal 275 235 334 16 35 0 16 416 57 112
Binary 10111101 10011101 11011100 1110 11101 0 1110 100001110 101111 1001010

Color Harmonies of #BD9DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DDC

Black with #BD9DDC

Text Example


Text Example

White with #BD9DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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