Html Css Color HEX #BD9DF6 Perfume

📋 copy color: '#BD9DF6'

red 189 ◦ green 157 ◦ blue 246

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

Shades of Perfume #BD9DF6

Tints of Perfume #BD9DF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 41.55%

R = 31.93%
G = 26.52%
B = 41.55%

CMYK

 C value IS 0.23

 M value IS 0.36

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#BD9DF6 (or 0xBD9DF6) is known color: Perfume. HEX triplet: BD, 9D and F6. RGB value is (189,157,246). Sum of RGB (Red+Green+Blue) = 189+157+246=592 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.93% from 592); Green value is 157 (61.72% from 255 or 26.52% from 592); Blue value is 246 (96.48% from 255 or 41.55% from 592); Max value from RGB is 246 - color contains mainly: blue. Hex color #BD9DF6 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9DF6 is #426209. Grayscale: #B0B0B0. Windows color (decimal): -4350474 or 16162237. OLE color: 16162237.

HSL color Cylindrical-coordinate representation of color #BD9DF6: hue angle of 261.57º degrees, saturation: 0.83, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #BD9DF6 is Cyan = 0.23, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 189 157 246 -
CMYK 0.23 0.36 0 0.04
HSL 261.57º 0.83% 0.79% -
HSV(B) 261.57º 0.36% 0.96% -
XYZ 49.68 41.59 92.6 -
YUV 176.71 167.1 136.76 -
System Red Green Blue C M Y K H S L
Decimal 189 157 246 0.23 0.36 0 0.04 261.57 0.83 0.79
Hex BD 9D F6 17 24 0 4 106 53 4F
Octal 275 235 366 27 44 0 4 406 123 117
Binary 10111101 10011101 11110110 10111 100100 0 100 100000110 1010011 1001111

Color Harmonies of #BD9DF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9DF6

Black with #BD9DF6

Text Example


Text Example

White with #BD9DF6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9DF6; }

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

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

background-color css

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

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

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

border-color css

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

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

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