Html Css Color HEX #BD9ED5 Perfume

📋 copy color: '#BD9ED5'

red 189 ◦ green 158 ◦ blue 213

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

Shades of Perfume #BD9ED5

Tints of Perfume #BD9ED5

RGB

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

 GREEN value IS 158 (62.11% from 255) = 28.21%

 BLUE value IS 213 (83.59% from 255) = 38.04%

R = 33.75%
G = 28.21%
B = 38.04%

CMYK

 C value IS 0.11

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#BD9ED5 (or 0xBD9ED5) is known color: Perfume. HEX triplet: BD, 9E and D5. RGB value is (189,158,213). Sum of RGB (Red+Green+Blue) = 189+158+213=560 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.75% from 560); Green value is 158 (62.11% from 255 or 28.21% from 560); Blue value is 213 (83.59% from 255 or 38.04% from 560); Max value from RGB is 213 - color contains mainly: blue. Hex color #BD9ED5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9ED5 is #42612A. Grayscale: #ADADAD. Windows color (decimal): -4350251 or 13999805. OLE color: 13999805.

HSL color Cylindrical-coordinate representation of color #BD9ED5: hue angle of 273.82º degrees, saturation: 0.4, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #BD9ED5 is Cyan = 0.11, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 189 158 213 -
CMYK 0.11 0.26 0 0.16
HSL 273.82º 0.4% 0.73% -
HSV(B) 273.82º 0.26% 0.84% -
XYZ 45.22 40.08 68.3 -
YUV 173.54 150.27 139.03 -
System Red Green Blue C M Y K H S L
Decimal 189 158 213 0.11 0.26 0 0.16 273.82 0.4 0.73
Hex BD 9E D5 B 1A 0 10 112 28 49
Octal 275 236 325 13 32 0 20 422 50 111
Binary 10111101 10011110 11010101 1011 11010 0 10000 100010010 101000 1001001

Color Harmonies of #BD9ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9ED5

Black with #BD9ED5

Text Example


Text Example

White with #BD9ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9ED5; }

 p { color: rgb(189,158,213); }

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

background-color css

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

 a { background-color: rgb(189,158,213); }

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

border-color css

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

 span { border-color: rgb(189,158,213); }

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