Html Css Color HEX #BD9DE9 Perfume

📋 copy color: '#BD9DE9'

red 189 ◦ green 157 ◦ blue 233

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

Shades of Perfume #BD9DE9

Tints of Perfume #BD9DE9

RGB

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

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

 BLUE value IS 233 (91.41% from 255) = 40.24%

R = 32.64%
G = 27.12%
B = 40.24%

CMYK

 C value IS 0.19

 M value IS 0.33

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#BD9DE9 (or 0xBD9DE9) is known color: Perfume. HEX triplet: BD, 9D and E9. RGB value is (189,157,233). Sum of RGB (Red+Green+Blue) = 189+157+233=579 (76% of max value = 765). Red value is 189 (74.22% from 255 or 32.64% from 579); Green value is 157 (61.72% from 255 or 27.12% from 579); Blue value is 233 (91.41% from 255 or 40.24% from 579); Max value from RGB is 233 - color contains mainly: blue. Hex color #BD9DE9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DE9 is #426216. Grayscale: #AEAEAE. Windows color (decimal): -4350487 or 15310269. OLE color: 15310269.

HSL color Cylindrical-coordinate representation of color #BD9DE9: hue angle of 265.26º degrees, saturation: 0.63, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9DE9 is Cyan = 0.19, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 189 157 233 -
CMYK 0.19 0.33 0 0.09
HSL 265.26º 0.63% 0.76% -
HSV(B) 265.26º 0.33% 0.91% -
XYZ 47.75 40.82 82.45 -
YUV 175.23 160.6 137.82 -
System Red Green Blue C M Y K H S L
Decimal 189 157 233 0.19 0.33 0 0.09 265.26 0.63 0.76
Hex BD 9D E9 13 21 0 9 109 3F 4C
Octal 275 235 351 23 41 0 11 411 77 114
Binary 10111101 10011101 11101001 10011 100001 0 1001 100001001 111111 1001100

Color Harmonies of #BD9DE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DE9

Black with #BD9DE9

Text Example


Text Example

White with #BD9DE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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