Html Css Color HEX #BD9EFD Perfume

📋 copy color: '#BD9EFD'

red 189 ◦ green 158 ◦ blue 253

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

Shades of Perfume #BD9EFD

Tints of Perfume #BD9EFD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 42.17%

R = 31.5%
G = 26.33%
B = 42.17%

CMYK

 C value IS 0.25

 M value IS 0.38

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD9EFD (or 0xBD9EFD) is known color: Perfume. HEX triplet: BD, 9E and FD. RGB value is (189,158,253). Sum of RGB (Red+Green+Blue) = 189+158+253=600 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.5% from 600); Green value is 158 (62.11% from 255 or 26.33% from 600); Blue value is 253 (99.22% from 255 or 42.17% from 600); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD9EFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9EFD is #426102. Grayscale: #B1B1B1. Windows color (decimal): -4350211 or 16621245. OLE color: 16621245.

HSL color Cylindrical-coordinate representation of color #BD9EFD: hue angle of 259.58º degrees, saturation: 0.96, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #BD9EFD is Cyan = 0.25, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 189 158 253 -
CMYK 0.25 0.38 0 0.01
HSL 259.58º 0.96% 0.81% -
HSV(B) 259.58º 0.38% 0.99% -
XYZ 50.94 42.36 98.42 -
YUV 178.1 170.27 135.78 -
System Red Green Blue C M Y K H S L
Decimal 189 158 253 0.25 0.38 0 0.01 259.58 0.96 0.81
Hex BD 9E FD 19 26 0 1 104 60 51
Octal 275 236 375 31 46 0 1 404 140 121
Binary 10111101 10011110 11111101 11001 100110 0 1 100000100 1100000 1010001

Color Harmonies of #BD9EFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9EFD

Black with #BD9EFD

Text Example


Text Example

White with #BD9EFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9EFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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