Html Css Color HEX #BD9BDF Perfume

📋 copy color: '#BD9BDF'

red 189 ◦ green 155 ◦ blue 223

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

Shades of Perfume #BD9BDF

Tints of Perfume #BD9BDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 39.33%

R = 33.33%
G = 27.34%
B = 39.33%

CMYK

 C value IS 0.15

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#BD9BDF (or 0xBD9BDF) is known color: Perfume. HEX triplet: BD, 9B and DF. RGB value is (189,155,223). Sum of RGB (Red+Green+Blue) = 189+155+223=567 (75% of max value = 765). Red value is 189 (74.22% from 255 or 33.33% from 567); Green value is 155 (60.94% from 255 or 27.34% from 567); Blue value is 223 (87.5% from 255 or 39.33% from 567); Max value from RGB is 223 - color contains mainly: blue. Hex color #BD9BDF is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BDF is #426420. Grayscale: #ACACAC. Windows color (decimal): -4351009 or 14654397. OLE color: 14654397.

HSL color Cylindrical-coordinate representation of color #BD9BDF: hue angle of 270º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #BD9BDF is Cyan = 0.15, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 189 155 223 -
CMYK 0.15 0.30 0 0.13
HSL 270º 0.52% 0.74% -
HSV(B) 270º 0.3% 0.87% -
XYZ 46.03 39.59 75.03 -
YUV 172.92 156.26 139.47 -
System Red Green Blue C M Y K H S L
Decimal 189 155 223 0.15 0.30 0 0.13 270 0.52 0.74
Hex BD 9B DF F 1E 0 D 10E 34 4A
Octal 275 233 337 17 36 0 15 416 64 112
Binary 10111101 10011011 11011111 1111 11110 0 1101 100001110 110100 1001010

Color Harmonies of #BD9BDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BDF

Black with #BD9BDF

Text Example


Text Example

White with #BD9BDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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