Html Css Color HEX #BD9FFA Perfume

📋 copy color: '#BD9FFA'

red 189 ◦ green 159 ◦ blue 250

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

Shades of Perfume #BD9FFA

Tints of Perfume #BD9FFA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 41.81%

R = 31.61%
G = 26.59%
B = 41.81%

CMYK

 C value IS 0.24

 M value IS 0.36

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD9FFA (or 0xBD9FFA) is known color: Perfume. HEX triplet: BD, 9F and FA. RGB value is (189,159,250). Sum of RGB (Red+Green+Blue) = 189+159+250=598 (79% of max value = 765). Red value is 189 (74.22% from 255 or 31.61% from 598); Green value is 159 (62.5% from 255 or 26.59% from 598); Blue value is 250 (98.05% from 255 or 41.81% from 598); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD9FFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9FFA is #426005. Grayscale: #B2B2B2. Windows color (decimal): -4349958 or 16424893. OLE color: 16424893.

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

Color convert

RGB 189 159 250 -
CMYK 0.24 0.36 0 0.02
HSL 259.78º 0.9% 0.8% -
HSV(B) 259.78º 0.36% 0.98% -
XYZ 50.64 42.52 95.98 -
YUV 178.34 168.44 135.6 -
System Red Green Blue C M Y K H S L
Decimal 189 159 250 0.24 0.36 0 0.02 259.78 0.9 0.8
Hex BD 9F FA 18 24 0 2 104 5A 50
Octal 275 237 372 30 44 0 2 404 132 120
Binary 10111101 10011111 11111010 11000 100100 0 10 100000100 1011010 1010000

Color Harmonies of #BD9FFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9FFA

Black with #BD9FFA

Text Example


Text Example

White with #BD9FFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9FFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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