Html Css Color HEX #BD9BDB Perfume

📋 copy color: '#BD9BDB'

red 189 ◦ green 155 ◦ blue 219

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

Shades of Perfume #BD9BDB

Tints of Perfume #BD9BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 38.9%

R = 33.57%
G = 27.53%
B = 38.9%

CMYK

 C value IS 0.14

 M value IS 0.29

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD9BDB (or 0xBD9BDB) is known color: Perfume. HEX triplet: BD, 9B and DB. RGB value is (189,155,219). Sum of RGB (Red+Green+Blue) = 189+155+219=563 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.57% from 563); Green value is 155 (60.94% from 255 or 27.53% from 563); Blue value is 219 (85.94% from 255 or 38.90% from 563); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9BDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BDB is #426424. Grayscale: #ACACAC. Windows color (decimal): -4351013 or 14392253. OLE color: 14392253.

HSL color Cylindrical-coordinate representation of color #BD9BDB: hue angle of 271.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #BD9BDB is Cyan = 0.14, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 189 155 219 -
CMYK 0.14 0.29 0 0.14
HSL 271.88º 0.47% 0.73% -
HSV(B) 271.88º 0.29% 0.86% -
XYZ 45.49 39.38 72.22 -
YUV 172.46 154.26 139.8 -
System Red Green Blue C M Y K H S L
Decimal 189 155 219 0.14 0.29 0 0.14 271.88 0.47 0.73
Hex BD 9B DB E 1D 0 E 110 2F 49
Octal 275 233 333 16 35 0 16 420 57 111
Binary 10111101 10011011 11011011 1110 11101 0 1110 100010000 101111 1001001

Color Harmonies of #BD9BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BDB

Black with #BD9BDB

Text Example


Text Example

White with #BD9BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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