Html Css Color HEX #BD9EDE Perfume

📋 copy color: '#BD9EDE'

red 189 ◦ green 158 ◦ blue 222

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

Shades of Perfume #BD9EDE

Tints of Perfume #BD9EDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.02%

R = 33.22%
G = 27.77%
B = 39.02%

CMYK

 C value IS 0.15

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9EDE (or 0xBD9EDE) is known color: Perfume. HEX triplet: BD, 9E and DE. RGB value is (189,158,222). Sum of RGB (Red+Green+Blue) = 189+158+222=569 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.22% from 569); Green value is 158 (62.11% from 255 or 27.77% from 569); Blue value is 222 (87.11% from 255 or 39.02% from 569); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9EDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9EDE is #426121. Grayscale: #AEAEAE. Windows color (decimal): -4350242 or 14589629. OLE color: 14589629.

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

Color convert

RGB 189 158 222 -
CMYK 0.15 0.29 0 0.13
HSL 269.06º 0.49% 0.75% -
HSV(B) 269.06º 0.29% 0.87% -
XYZ 46.4 40.55 74.49 -
YUV 174.57 154.77 138.3 -
System Red Green Blue C M Y K H S L
Decimal 189 158 222 0.15 0.29 0 0.13 269.06 0.49 0.75
Hex BD 9E DE F 1D 0 D 10D 31 4B
Octal 275 236 336 17 35 0 15 415 61 113
Binary 10111101 10011110 11011110 1111 11101 0 1101 100001101 110001 1001011

Color Harmonies of #BD9EDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EDE

Black with #BD9EDE

Text Example


Text Example

White with #BD9EDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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