Html Css Color HEX #BD9DDF Perfume

📋 copy color: '#BD9DDF'

red 189 ◦ green 157 ◦ blue 223

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

Shades of Perfume #BD9DDF

Tints of Perfume #BD9DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.19%

R = 33.22%
G = 27.59%
B = 39.19%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9DDF (or 0xBD9DDF) is known color: Perfume. HEX triplet: BD, 9D and DF. RGB value is (189,157,223). Sum of RGB (Red+Green+Blue) = 189+157+223=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 157 (61.72% from 255 or 27.59% from 569); Blue value is 223 (87.5% from 255 or 39.19% from 569); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9DDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DDF is #426220. Grayscale: #ADADAD. Windows color (decimal): -4350497 or 14654909. OLE color: 14654909.

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

Color convert

RGB 189 157 223 -
CMYK 0.15 0.30 0 0.13
HSL 269.09º 0.51% 0.75% -
HSV(B) 269.09º 0.3% 0.87% -
XYZ 46.36 40.26 75.14 -
YUV 174.09 155.6 138.63 -
System Red Green Blue C M Y K H S L
Decimal 189 157 223 0.15 0.30 0 0.13 269.09 0.51 0.75
Hex BD 9D DF F 1E 0 D 10D 33 4B
Octal 275 235 337 17 36 0 15 415 63 113
Binary 10111101 10011101 11011111 1111 11110 0 1101 100001101 110011 1001011

Color Harmonies of #BD9DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DDF

Black with #BD9DDF

Text Example


Text Example

White with #BD9DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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