Html Css Color HEX #BD9CDB Perfume

📋 copy color: '#BD9CDB'

red 189 ◦ green 156 ◦ blue 219

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

Shades of Perfume #BD9CDB

Tints of Perfume #BD9CDB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 27.66%

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

R = 33.51%
G = 27.66%
B = 38.83%

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

#BD9CDB (or 0xBD9CDB) is known color: Perfume. HEX triplet: BD, 9C and DB. RGB value is (189,156,219). Sum of RGB (Red+Green+Blue) = 189+156+219=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 156 (61.33% from 255 or 27.66% from 564); Blue value is 219 (85.94% from 255 or 38.83% from 564); Max value from RGB is 219 - color contains mainly: blue. Hex color #BD9CDB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9CDB is #426324. Grayscale: #ACACAC. Windows color (decimal): -4350757 or 14392509. OLE color: 14392509.

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

Color convert

RGB 189 156 219 -
CMYK 0.14 0.29 0 0.14
HSL 271.43º 0.47% 0.74% -
HSV(B) 271.43º 0.29% 0.86% -
XYZ 45.66 39.71 72.28 -
YUV 173.05 153.93 139.38 -
System Red Green Blue C M Y K H S L
Decimal 189 156 219 0.14 0.29 0 0.14 271.43 0.47 0.74
Hex BD 9C DB E 1D 0 E 10F 2F 4A
Octal 275 234 333 16 35 0 16 417 57 112
Binary 10111101 10011100 11011011 1110 11101 0 1110 100001111 101111 1001010

Color Harmonies of #BD9CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9CDB

Black with #BD9CDB

Text Example


Text Example

White with #BD9CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9CDB; }

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

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

background-color css

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

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

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

border-color css

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

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

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