Html Css Color HEX #BD9FDE Perfume

📋 copy color: '#BD9FDE'

red 189 ◦ green 159 ◦ blue 222

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

Shades of Perfume #BD9FDE

Tints of Perfume #BD9FDE

RGB

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

 GREEN value IS 159 (62.5% from 255) = 27.89%

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

R = 33.16%
G = 27.89%
B = 38.95%

CMYK

 C value IS 0.15

 M value IS 0.28

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9FDE (or 0xBD9FDE) is known color: Perfume. HEX triplet: BD, 9F and DE. RGB value is (189,159,222). Sum of RGB (Red+Green+Blue) = 189+159+222=570 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.16% from 570); Green value is 159 (62.5% from 255 or 27.89% from 570); Blue value is 222 (87.11% from 255 or 38.95% from 570); Max value from RGB is 222 - color contains mainly: blue. Hex color #BD9FDE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9FDE is #426021. Grayscale: #AEAEAE. Windows color (decimal): -4349986 or 14589885. OLE color: 14589885.

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

Color convert

RGB 189 159 222 -
CMYK 0.15 0.28 0 0.13
HSL 268.57º 0.49% 0.75% -
HSV(B) 268.57º 0.28% 0.87% -
XYZ 46.57 40.89 74.55 -
YUV 175.15 154.44 137.88 -
System Red Green Blue C M Y K H S L
Decimal 189 159 222 0.15 0.28 0 0.13 268.57 0.49 0.75
Hex BD 9F DE F 1C 0 D 10D 31 4B
Octal 275 237 336 17 34 0 15 415 61 113
Binary 10111101 10011111 11011110 1111 11100 0 1101 100001101 110001 1001011

Color Harmonies of #BD9FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FDE

Black with #BD9FDE

Text Example


Text Example

White with #BD9FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FDE; }

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

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

background-color css

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

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

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

border-color css

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

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

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