Html Css Color HEX #BD9AD8 Perfume

📋 copy color: '#BD9AD8'

red 189 ◦ green 154 ◦ blue 216

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

Shades of Perfume #BD9AD8

Tints of Perfume #BD9AD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 38.64%

R = 33.81%
G = 27.55%
B = 38.64%

CMYK

 C value IS 0.12

 M value IS 0.29

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#BD9AD8 (or 0xBD9AD8) is known color: Perfume. HEX triplet: BD, 9A and D8. RGB value is (189,154,216). Sum of RGB (Red+Green+Blue) = 189+154+216=559 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.81% from 559); Green value is 154 (60.55% from 255 or 27.55% from 559); Blue value is 216 (84.77% from 255 or 38.64% from 559); Max value from RGB is 216 - color contains mainly: blue. Hex color #BD9AD8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9AD8 is #426527. Grayscale: #ABABAB. Windows color (decimal): -4351272 or 14195389. OLE color: 14195389.

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

Color convert

RGB 189 154 216 -
CMYK 0.12 0.29 0 0.15
HSL 273.87º 0.44% 0.73% -
HSV(B) 273.87º 0.29% 0.85% -
XYZ 44.94 38.89 70.1 -
YUV 171.53 153.1 140.46 -
System Red Green Blue C M Y K H S L
Decimal 189 154 216 0.12 0.29 0 0.15 273.87 0.44 0.73
Hex BD 9A D8 C 1D 0 F 112 2C 49
Octal 275 232 330 14 35 0 17 422 54 111
Binary 10111101 10011010 11011000 1100 11101 0 1111 100010010 101100 1001001

Color Harmonies of #BD9AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9AD8

Black with #BD9AD8

Text Example


Text Example

White with #BD9AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9AD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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