Html Css Color HEX #BD9DDE Perfume

📋 copy color: '#BD9DDE'

red 189 ◦ green 157 ◦ blue 222

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

Shades of Perfume #BD9DDE

Tints of Perfume #BD9DDE

RGB

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

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

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

R = 33.27%
G = 27.64%
B = 39.08%

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

#BD9DDE (or 0xBD9DDE) is known color: Perfume. HEX triplet: BD, 9D and DE. RGB value is (189,157,222). Sum of RGB (Red+Green+Blue) = 189+157+222=568 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.27% from 568); Green value is 157 (61.72% from 255 or 27.64% from 568); Blue value is 222 (87.11% from 255 or 39.08% from 568); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9DDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9DDE is #426221. Grayscale: #ADADAD. Windows color (decimal): -4350498 or 14589373. OLE color: 14589373.

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

Color convert

RGB 189 157 222 -
CMYK 0.15 0.29 0 0.13
HSL 269.54º 0.5% 0.74% -
HSV(B) 269.54º 0.29% 0.87% -
XYZ 46.23 40.21 74.43 -
YUV 173.98 155.1 138.71 -
System Red Green Blue C M Y K H S L
Decimal 189 157 222 0.15 0.29 0 0.13 269.54 0.5 0.74
Hex BD 9D DE F 1D 0 D 10E 32 4A
Octal 275 235 336 17 35 0 15 416 62 112
Binary 10111101 10011101 11011110 1111 11101 0 1101 100001110 110010 1001010

Color Harmonies of #BD9DDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DDE

Black with #BD9DDE

Text Example


Text Example

White with #BD9DDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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