Html Css Color HEX #BD9EF9 Perfume

📋 copy color: '#BD9EF9'

red 189 ◦ green 158 ◦ blue 249

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

Shades of Perfume #BD9EF9

Tints of Perfume #BD9EF9

RGB

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

 GREEN value IS 158 (62.11% from 255) = 26.51%

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

R = 31.71%
G = 26.51%
B = 41.78%

CMYK

 C value IS 0.24

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD9EF9 (or 0xBD9EF9) is known color: Perfume. HEX triplet: BD, 9E and F9. RGB value is (189,158,249). Sum of RGB (Red+Green+Blue) = 189+158+249=596 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.71% from 596); Green value is 158 (62.11% from 255 or 26.51% from 596); Blue value is 249 (97.66% from 255 or 41.78% from 596); Max value from RGB is 249 - color contains mainly: blue. Hex color #BD9EF9 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EF9 is #426106. Grayscale: #B1B1B1. Windows color (decimal): -4350215 or 16359101. OLE color: 16359101.

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

Color convert

RGB 189 158 249 -
CMYK 0.24 0.37 0 0.02
HSL 260.44º 0.88% 0.8% -
HSV(B) 260.44º 0.37% 0.98% -
XYZ 50.31 42.11 95.1 -
YUV 177.64 168.27 136.1 -
System Red Green Blue C M Y K H S L
Decimal 189 158 249 0.24 0.37 0 0.02 260.44 0.88 0.8
Hex BD 9E F9 18 25 0 2 104 58 50
Octal 275 236 371 30 45 0 2 404 130 120
Binary 10111101 10011110 11111001 11000 100101 0 10 100000100 1011000 1010000

Color Harmonies of #BD9EF9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EF9

Black with #BD9EF9

Text Example


Text Example

White with #BD9EF9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EF9; }

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

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

background-color css

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

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

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

border-color css

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

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

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