Html Css Color HEX #BD9FFD Perfume

📋 copy color: '#BD9FFD'

red 189 ◦ green 159 ◦ blue 253

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

Shades of Perfume #BD9FFD

Tints of Perfume #BD9FFD

RGB

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

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

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

R = 31.45%
G = 26.46%
B = 42.1%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#BD9FFD (or 0xBD9FFD) is known color: Perfume. HEX triplet: BD, 9F and FD. RGB value is (189,159,253). Sum of RGB (Red+Green+Blue) = 189+159+253=601 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.45% from 601); Green value is 159 (62.5% from 255 or 26.46% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #BD9FFD is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFD is #426002. Grayscale: #B2B2B2. Windows color (decimal): -4349955 or 16621501. OLE color: 16621501.

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

Color convert

RGB 189 159 253 -
CMYK 0.25 0.37 0 0.01
HSL 259.15º 0.96% 0.81% -
HSV(B) 259.15º 0.37% 0.99% -
XYZ 51.11 42.71 98.48 -
YUV 178.69 169.94 135.36 -
System Red Green Blue C M Y K H S L
Decimal 189 159 253 0.25 0.37 0 0.01 259.15 0.96 0.81
Hex BD 9F FD 19 25 0 1 103 60 51
Octal 275 237 375 31 45 0 1 403 140 121
Binary 10111101 10011111 11111101 11001 100101 0 1 100000011 1100000 1010001

Color Harmonies of #BD9FFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FFD

Black with #BD9FFD

Text Example


Text Example

White with #BD9FFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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