Html Css Color HEX #BD9BFA Perfume

📋 copy color: '#BD9BFA'

red 189 ◦ green 155 ◦ blue 250

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

Shades of Perfume #BD9BFA

Tints of Perfume #BD9BFA

RGB

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

 GREEN value IS 155 (60.94% from 255) = 26.09%

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

R = 31.82%
G = 26.09%
B = 42.09%

CMYK

 C value IS 0.24

 M value IS 0.38

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#BD9BFA (or 0xBD9BFA) is known color: Perfume. HEX triplet: BD, 9B and FA. RGB value is (189,155,250). Sum of RGB (Red+Green+Blue) = 189+155+250=594 (78% of max value = 765). Red value is 189 (74.22% from 255 or 31.82% from 594); Green value is 155 (60.94% from 255 or 26.09% from 594); Blue value is 250 (98.05% from 255 or 42.09% from 594); Max value from RGB is 250 - color contains mainly: blue. Hex color #BD9BFA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #BD9BFA is #426405. Grayscale: #AFAFAF. Windows color (decimal): -4350982 or 16423869. OLE color: 16423869.

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

Color convert

RGB 189 155 250 -
CMYK 0.24 0.38 0 0.02
HSL 261.47º 0.9% 0.79% -
HSV(B) 261.47º 0.38% 0.98% -
XYZ 49.96 41.16 95.75 -
YUV 176 169.76 137.28 -
System Red Green Blue C M Y K H S L
Decimal 189 155 250 0.24 0.38 0 0.02 261.47 0.9 0.79
Hex BD 9B FA 18 26 0 2 105 5A 4F
Octal 275 233 372 30 46 0 2 405 132 117
Binary 10111101 10011011 11111010 11000 100110 0 10 100000101 1011010 1001111

Color Harmonies of #BD9BFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BFA

Black with #BD9BFA

Text Example


Text Example

White with #BD9BFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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