Html Css Color HEX #BD9BF9 Perfume

📋 copy color: '#BD9BF9'

red 189 ◦ green 155 ◦ blue 249

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

Shades of Perfume #BD9BF9

Tints of Perfume #BD9BF9

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.14%

 BLUE value IS 249 (97.66% from 255) = 41.99%

R = 31.87%
G = 26.14%
B = 41.99%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD9BF9 (or 0xBD9BF9) is known color: Perfume. HEX triplet: BD, 9B and F9. RGB value is (189,155,249). Sum of RGB (Red+Green+Blue) = 189+155+249=593 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.87% from 593); Green value is 155 (60.94% from 255 or 26.14% from 593); Blue value is 249 (97.66% from 255 or 41.99% from 593); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD9BF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BF9 is #426406. Grayscale: #AFAFAF. Windows color (decimal): -4350983 or 16358333. OLE color: 16358333.

HSL color Cylindrical-coordinate representation of color #BD9BF9: hue angle of 261.7º degrees, saturation: 0.89, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9BF9 is Cyan = 0.24, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 155 249 -
CMYK 0.24 0.38 0 0.02
HSL 261.7º 0.89% 0.79% -
HSV(B) 261.7º 0.38% 0.98% -
XYZ 49.81 41.1 94.93 -
YUV 175.88 169.26 137.36 -
System Red Green Blue C M Y K H S L
Decimal 189 155 249 0.24 0.38 0 0.02 261.7 0.89 0.79
Hex BD 9B F9 18 26 0 2 106 59 4F
Octal 275 233 371 30 46 0 2 406 131 117
Binary 10111101 10011011 11111001 11000 100110 0 10 100000110 1011001 1001111

Color Harmonies of #BD9BF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BF9

Black with #BD9BF9

Text Example


Text Example

White with #BD9BF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BF9; }

 p { color: rgb(189,155,249); }

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

background-color css

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

 a { background-color: rgb(189,155,249); }

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

border-color css

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

 span { border-color: rgb(189,155,249); }

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