Html Css Color HEX #BD9FEF Perfume

📋 copy color: '#BD9FEF'

red 189 ◦ green 159 ◦ blue 239

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

Shades of Perfume #BD9FEF

Tints of Perfume #BD9FEF

RGB

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

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

 BLUE value IS 239 (93.75% from 255) = 40.72%

R = 32.2%
G = 27.09%
B = 40.72%

CMYK

 C value IS 0.21

 M value IS 0.33

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#BD9FEF (or 0xBD9FEF) is known color: Perfume. HEX triplet: BD, 9F and EF. RGB value is (189,159,239). Sum of RGB (Red+Green+Blue) = 189+159+239=587 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.20% from 587); Green value is 159 (62.5% from 255 or 27.09% from 587); Blue value is 239 (93.75% from 255 or 40.72% from 587); Max value from RGB is 239 - color contains mainly: blue. Hex color #BD9FEF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FEF is #426010. Grayscale: #B0B0B0. Windows color (decimal): -4349969 or 15703997. OLE color: 15703997.

HSL color Cylindrical-coordinate representation of color #BD9FEF: hue angle of 262.5º degrees, saturation: 0.71, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #BD9FEF is Cyan = 0.21, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 189 159 239 -
CMYK 0.21 0.33 0 0.06
HSL 262.5º 0.71% 0.78% -
HSV(B) 262.5º 0.33% 0.94% -
XYZ 48.96 41.85 87.16 -
YUV 177.09 162.94 136.5 -
System Red Green Blue C M Y K H S L
Decimal 189 159 239 0.21 0.33 0 0.06 262.5 0.71 0.78
Hex BD 9F EF 15 21 0 6 106 47 4E
Octal 275 237 357 25 41 0 6 406 107 116
Binary 10111101 10011111 11101111 10101 100001 0 110 100000110 1000111 1001110

Color Harmonies of #BD9FEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FEF

Black with #BD9FEF

Text Example


Text Example

White with #BD9FEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FEF; }

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

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

background-color css

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

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

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

border-color css

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

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

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