Html Css Color HEX #BD9BDC Perfume

📋 copy color: '#BD9BDC'

red 189 ◦ green 155 ◦ blue 220

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

Shades of Perfume #BD9BDC

Tints of Perfume #BD9BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.01%

R = 33.51%
G = 27.48%
B = 39.01%

CMYK

 C value IS 0.14

 M value IS 0.30

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#BD9BDC (or 0xBD9BDC) is known color: Perfume. HEX triplet: BD, 9B and DC. RGB value is (189,155,220). Sum of RGB (Red+Green+Blue) = 189+155+220=564 (74% of max value = 765). Red value is 189 (74.22% from 255 or 33.51% from 564); Green value is 155 (60.94% from 255 or 27.48% from 564); Blue value is 220 (86.33% from 255 or 39.01% from 564); Max value from RGB is 220 - color contains mainly: blue. Hex color #BD9BDC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #BD9BDC is #426423. Grayscale: #ACACAC. Windows color (decimal): -4351012 or 14457789. OLE color: 14457789.

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

Color convert

RGB 189 155 220 -
CMYK 0.14 0.30 0 0.14
HSL 271.38º 0.48% 0.74% -
HSV(B) 271.38º 0.3% 0.86% -
XYZ 45.63 39.43 72.92 -
YUV 172.58 154.76 139.71 -
System Red Green Blue C M Y K H S L
Decimal 189 155 220 0.14 0.30 0 0.14 271.38 0.48 0.74
Hex BD 9B DC E 1E 0 E 10F 30 4A
Octal 275 233 334 16 36 0 16 417 60 112
Binary 10111101 10011011 11011100 1110 11110 0 1110 100001111 110000 1001010

Color Harmonies of #BD9BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BD9BDC

Black with #BD9BDC

Text Example


Text Example

White with #BD9BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BD9BDC; }

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

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

background-color css

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

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

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

border-color css

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

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

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