Html Css Color HEX #BD9EF1 Perfume

📋 copy color: '#BD9EF1'

red 189 ◦ green 158 ◦ blue 241

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

Shades of Perfume #BD9EF1

Tints of Perfume #BD9EF1

RGB

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

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

 BLUE value IS 241 (94.53% from 255) = 40.99%

R = 32.14%
G = 26.87%
B = 40.99%

CMYK

 C value IS 0.22

 M value IS 0.34

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#BD9EF1 (or 0xBD9EF1) is known color: Perfume. HEX triplet: BD, 9E and F1. RGB value is (189,158,241). Sum of RGB (Red+Green+Blue) = 189+158+241=588 (77% of max value = 765). Red value is 189 (74.22% from 255 or 32.14% from 588); Green value is 158 (62.11% from 255 or 26.87% from 588); Blue value is 241 (94.53% from 255 or 40.99% from 588); Max value from RGB is 241 - color contains mainly: blue. Hex color #BD9EF1 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EF1 is #42610E. Grayscale: #B0B0B0. Windows color (decimal): -4350223 or 15834813. OLE color: 15834813.

HSL color Cylindrical-coordinate representation of color #BD9EF1: hue angle of 262.41º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #BD9EF1 is Cyan = 0.22, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 189 158 241 -
CMYK 0.22 0.34 0 0.05
HSL 262.41º 0.75% 0.78% -
HSV(B) 262.41º 0.34% 0.95% -
XYZ 49.09 41.62 88.67 -
YUV 176.73 164.27 136.75 -
System Red Green Blue C M Y K H S L
Decimal 189 158 241 0.22 0.34 0 0.05 262.41 0.75 0.78
Hex BD 9E F1 16 22 0 5 106 4B 4E
Octal 275 236 361 26 42 0 5 406 113 116
Binary 10111101 10011110 11110001 10110 100010 0 101 100000110 1001011 1001110

Color Harmonies of #BD9EF1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EF1

Black with #BD9EF1

Text Example


Text Example

White with #BD9EF1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EF1; }

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

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

background-color css

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

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

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

border-color css

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

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

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