Html Css Color HEX #BD9ADD Perfume

📋 copy color: '#BD9ADD'

red 189 ◦ green 154 ◦ blue 221

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

Shades of Perfume #BD9ADD

Tints of Perfume #BD9ADD

RGB

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

 GREEN value IS 154 (60.55% from 255) = 27.3%

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

R = 33.51%
G = 27.3%
B = 39.18%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9ADD (or 0xBD9ADD) is known color: Perfume. HEX triplet: BD, 9A and DD. RGB value is (189,154,221). Sum of RGB (Red+Green+Blue) = 189+154+221=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 154 (60.55% from 255 or 27.30% from 564); Blue value is 221 (86.72% from 255 or 39.18% from 564); Max value from RGB is 221 - color contains mainly: blue. Hex color #BD9ADD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ADD is #426522. Grayscale: #ABABAB. Windows color (decimal): -4351267 or 14523069. OLE color: 14523069.

HSL color Cylindrical-coordinate representation of color #BD9ADD: hue angle of 271.34º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9ADD is Cyan = 0.14, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 154 221 -
CMYK 0.14 0.30 0 0.13
HSL 271.34º 0.5% 0.74% -
HSV(B) 271.34º 0.3% 0.87% -
XYZ 45.59 39.15 73.56 -
YUV 172.1 155.6 140.05 -
System Red Green Blue C M Y K H S L
Decimal 189 154 221 0.14 0.30 0 0.13 271.34 0.5 0.74
Hex BD 9A DD E 1E 0 D 10F 32 4A
Octal 275 232 335 16 36 0 15 417 62 112
Binary 10111101 10011010 11011101 1110 11110 0 1101 100001111 110010 1001010

Color Harmonies of #BD9ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ADD

Black with #BD9ADD

Text Example


Text Example

White with #BD9ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ADD; }

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

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

background-color css

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

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

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

border-color css

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

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

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