Html Css Color HEX #BD9FFB Perfume

📋 copy color: '#BD9FFB'

red 189 ◦ green 159 ◦ blue 251

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

Shades of Perfume #BD9FFB

Tints of Perfume #BD9FFB

RGB

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

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

 BLUE value IS 251 (98.44% from 255) = 41.9%

R = 31.55%
G = 26.54%
B = 41.9%

CMYK

 C value IS 0.25

 M value IS 0.37

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD9FFB (or 0xBD9FFB) is known color: Perfume. HEX triplet: BD, 9F and FB. RGB value is (189,159,251). Sum of RGB (Red+Green+Blue) = 189+159+251=599 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.55% from 599); Green value is 159 (62.5% from 255 or 26.54% from 599); Blue value is 251 (98.44% from 255 or 41.90% from 599); Max value from RGB is 251 - color contains mainly: blue. Hex color #BD9FFB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFB is #426004. Grayscale: #B2B2B2. Windows color (decimal): -4349957 or 16490429. OLE color: 16490429.

HSL color Cylindrical-coordinate representation of color #BD9FFB: hue angle of 259.57º degrees, saturation: 0.92, 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 #BD9FFB is Cyan = 0.25, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 189 159 251 -
CMYK 0.25 0.37 0 0.02
HSL 259.57º 0.92% 0.8% -
HSV(B) 259.57º 0.37% 0.98% -
XYZ 50.8 42.58 96.81 -
YUV 178.46 168.94 135.52 -
System Red Green Blue C M Y K H S L
Decimal 189 159 251 0.25 0.37 0 0.02 259.57 0.92 0.8
Hex BD 9F FB 19 25 0 2 104 5C 50
Octal 275 237 373 31 45 0 2 404 134 120
Binary 10111101 10011111 11111011 11001 100101 0 10 100000100 1011100 1010000

Color Harmonies of #BD9FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FFB

Black with #BD9FFB

Text Example


Text Example

White with #BD9FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FFB; }

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

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

background-color css

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

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

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

border-color css

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

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

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